Html Css Color HEX #BB9A0C Buddha Gold

📋 copy color: '#BB9A0C'

red 187 ◦ green 154 ◦ blue 12

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

Shades of Buddha Gold #BB9A0C

Tints of Buddha Gold #BB9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

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

R = 52.97%
G = 43.63%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB9A0C (or 0xBB9A0C) is known color: Buddha Gold. HEX triplet: BB, 9A and 0C. RGB value is (187,154,12). Sum of RGB (Red+Green+Blue) = 187+154+12=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A0C is #4465F3. Grayscale: #949494. Windows color (decimal): -4482548 or 826043. OLE color: 826043.

HSL color Cylindrical-coordinate representation of color #BB9A0C: hue angle of 48.69º 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 #BB9A0C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 154 12 -
CMYK 0 0.18 0.94 0.27
HSL 48.69º 0.88% 0.39% -
HSV(B) 48.69º 0.94% 0.73% -
XYZ 32.12 33.7 5.16 -
YUV 147.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 187 154 12 0 0.18 0.94 0.27 48.69 0.88 0.39
Hex BB 9A C 0 12 5E 1B 31 58 27
Octal 273 232 14 0 22 136 33 61 130 47
Binary 10111011 10011010 1100 0 10010 1011110 11011 110001 1011000 100111

Color Harmonies of #BB9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A0C

Black with #BB9A0C

Text Example


Text Example

White with #BB9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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