Html Css Color HEX #BB9F00 Buddha Gold

📋 copy color: '#BB9F00'

red 187 ◦ green 159 ◦ blue 0

#BB9F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BB9F00

Tints of Buddha Gold #BB9F00

RGB

 RED value IS 187 (73.44% from 255) = 54.05%

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB9F00 (or 0xBB9F00) is known color: Buddha Gold. HEX triplet: BB, 9F and 00. RGB value is (187,159,0). Sum of RGB (Red+Green+Blue) = 187+159+0=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9F00 is #4460FF. Grayscale: #959595. Windows color (decimal): -4481280 or 40891. OLE color: 40891.

HSL color Cylindrical-coordinate representation of color #BB9F00: hue angle of 51.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB9F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 0 -
CMYK 0 0.15 1 0.27
HSL 51.02º 1% 0.37% -
HSV(B) 51.02º 1% 0.73% -
XYZ 32.89 35.36 5.09 -
YUV 149.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 187 159 0 0 0.15 1 0.27 51.02 1 0.37
Hex BB 9F 0 0 F 64 1B 33 64 25
Octal 273 237 0 0 17 144 33 63 144 45
Binary 10111011 10011111 0 0 1111 1100100 11011 110011 1100100 100101

Color Harmonies of #BB9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F00

Black with #BB9F00

Text Example


Text Example

White with #BB9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F00; }

 p { color: rgb(187,159,0); }

 H1.HeaderClassName
 {
   color: #BB9F00;
 }
 .AnyTagClassName
 {
   color: #BB9F00;
 }
</style>

background-color css

<style>
 a { background-color: #BB9F00; }

 a { background-color: rgb(187,159,0); }

 div.DivClassName
 {
   background-color: #BB9F00;
 }
 .BgClassName
 {
   background-color: #BB9F00;
 }
</style>

border-color css

<style>
 span { border-color: #BB9F00; }

 span { border-color: rgb(187,159,0); }

 td.TdClassName
 {
   border-color: #BB9F00;
 }
 .TagClassName
 {
   border-color: #BB9F00;
 }
</style>