#BB9E17

Color #BB9E17 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BB9E17

Tints of Buddha Gold #BB9E17

Color information

#BB9E17 (or 0xBB9E17) is unknown color: approx Buddha Gold. HEX triplet: BB, 9E and 17. RGB value is (187,158,23). Sum of RGB (Red+Green+Blue) = 187+158+23=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9E17 is #4461E8. Grayscale: #979797. Windows color (decimal): -4481513 or 1547963. OLE color: 1547963.

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

Color convert

RGB18715823-
CMYK00.160.880.27
HSL49.39º78.1%41.18%-
HSV(B)49.39º87.7%73.33%-
XYZ32.8835.085.85-
YUV151.2855.61153.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 23 (9.38% from 255) = 6.25%
R=50.82%
G=42.93%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871582300.160.880.2749.3978.141.18
HexBB9E17010581B314e29
Octal27323627020130336111651
Binary1011101110011110101110100001011000110111100011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E17; }

 p { color: rgb(187,158,23); }

 H1.HeaderClassName
 {
   color: #BB9E17;
 }
 .AnyTagClassName
 {
   color: #BB9E17;
 }
</style>
background-color css

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

 a { background-color: rgb(187,158,23); }

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

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

 span { border-color: rgb(187,158,23); }

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