#BB9212

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

Shades of Buddha Gold #BB9212

Tints of Buddha Gold #BB9212

Color information

#BB9212 (or 0xBB9212) is unknown color: approx Buddha Gold. HEX triplet: BB, 92 and 12. RGB value is (187,146,18). Sum of RGB (Red+Green+Blue) = 187+146+18=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9212 is #446DED. Grayscale: #909090. Windows color (decimal): -4484590 or 1217211. OLE color: 1217211.

HSL color Cylindrical-coordinate representation of color #BB9212: hue angle of 45.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9212 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18714618-
CMYK00.220.900.27
HSL45.44º82.44%40.2%-
HSV(B)45.44º90.37%73.33%-
XYZ30.8831.174.96-
YUV143.6757.08158.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 18 (7.42% from 255) = 5.13%
R=53.28%
G=41.60%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871461800.220.900.2745.4482.4440.2
HexBB92120165A1B2d5228
Octal27322222026132335512250
Binary1011101110010010100100101101011010110111011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9212; }

 p { color: rgb(187,146,18); }

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

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

 a { background-color: rgb(187,146,18); }

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

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

 span { border-color: rgb(187,146,18); }

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