#BB9D12

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

Shades of Buddha Gold #BB9D12

Tints of Buddha Gold #BB9D12

Color information

#BB9D12 (or 0xBB9D12) is unknown color: approx Buddha Gold. HEX triplet: BB, 9D and 12. RGB value is (187,157,18). Sum of RGB (Red+Green+Blue) = 187+157+18=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9D12 is #4462ED. Grayscale: #969696. Windows color (decimal): -4481774 or 1220027. OLE color: 1220027.

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

Color convert

RGB18715718-
CMYK00.160.900.27
HSL49.35º82.44%40.2%-
HSV(B)49.35º90.37%73.33%-
XYZ32.6634.725.55-
YUV150.1253.44154.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 18 (7.42% from 255) = 4.97%
R=51.66%
G=43.37%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871571800.160.900.2749.3582.4440.2
HexBB9D120105A1B315228
Octal27323522020132336112250
Binary1011101110011101100100100001011010110111100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D12; }

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

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

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

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

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

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

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

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