Html Css Color HEX #BB9F0C Buddha Gold

📋 copy color: '#BB9F0C'

red 187 ◦ green 159 ◦ blue 12

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

Shades of Buddha Gold #BB9F0C

Tints of Buddha Gold #BB9F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 52.23%
G = 44.41%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB9F0C (or 0xBB9F0C) is known color: Buddha Gold. HEX triplet: BB, 9F and 0C. RGB value is (187,159,12). Sum of RGB (Red+Green+Blue) = 187+159+12=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9F0C is #4460F3. Grayscale: #979797. Windows color (decimal): -4481268 or 827323. OLE color: 827323.

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

Color convert

RGB 187 159 12 -
CMYK 0 0.15 0.94 0.27
HSL 50.4º 0.88% 0.39% -
HSV(B) 50.4º 0.94% 0.73% -
XYZ 32.96 35.39 5.44 -
YUV 150.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 187 159 12 0 0.15 0.94 0.27 50.4 0.88 0.39
Hex BB 9F C 0 F 5E 1B 32 58 27
Octal 273 237 14 0 17 136 33 62 130 47
Binary 10111011 10011111 1100 0 1111 1011110 11011 110010 1011000 100111

Color Harmonies of #BB9F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F0C

Black with #BB9F0C

Text Example


Text Example

White with #BB9F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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