#BB9016

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

Shades of Buddha Gold #BB9016

Tints of Buddha Gold #BB9016

Color information

#BB9016 (or 0xBB9016) is unknown color: approx Buddha Gold. HEX triplet: BB, 90 and 16. RGB value is (187,144,22). Sum of RGB (Red+Green+Blue) = 187+144+22=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9016 is #446FE9. Grayscale: #8F8F8F. Windows color (decimal): -4485098 or 1478843. OLE color: 1478843.

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

Color convert

RGB18714422-
CMYK00.230.880.27
HSL44.36º78.95%40.98%-
HSV(B)44.36º88.24%73.33%-
XYZ30.6130.575.05-
YUV142.9559.75159.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=52.97%
G=40.79%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871442200.230.880.2744.3678.9540.98
HexBB9016017581B2c4f29
Octal27322026027130335411751
Binary1011101110010000101100101111011000110111011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9016; }

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

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

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

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

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

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

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

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