#BB9816

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

Shades of Buddha Gold #BB9816

Tints of Buddha Gold #BB9816

Color information

#BB9816 (or 0xBB9816) is unknown color: approx Buddha Gold. HEX triplet: BB, 98 and 16. RGB value is (187,152,22). Sum of RGB (Red+Green+Blue) = 187+152+22=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9816 is #4467E9. Grayscale: #949494. Windows color (decimal): -4483050 or 1480891. OLE color: 1480891.

HSL color Cylindrical-coordinate representation of color #BB9816: hue angle of 47.27º degrees, saturation: 0.79, 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 #BB9816 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18715222-
CMYK00.190.880.27
HSL47.27º78.95%40.98%-
HSV(B)47.27º88.24%73.33%-
XYZ31.8733.085.46-
YUV147.6557.1156.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 6.09%
R=51.80%
G=42.11%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871522200.190.880.2747.2778.9540.98
HexBB9816013581B2f4f29
Octal27323026023130335711751
Binary1011101110011000101100100111011000110111011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9816; }

 p { color: rgb(187,152,22); }

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

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

 a { background-color: rgb(187,152,22); }

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

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

 span { border-color: rgb(187,152,22); }

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