#BB9B06

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

Shades of Buddha Gold #BB9B06

Tints of Buddha Gold #BB9B06

Color information

#BB9B06 (or 0xBB9B06) is unknown color: approx Buddha Gold. HEX triplet: BB, 9B and 06. RGB value is (187,155,6). Sum of RGB (Red+Green+Blue) = 187+155+6=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B06 is #4464F9. Grayscale: #949494. Windows color (decimal): -4482298 or 433083. OLE color: 433083.

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

Color convert

RGB1871556-
CMYK00.170.970.27
HSL49.39º93.78%37.84%-
HSV(B)49.39º96.79%73.33%-
XYZ32.2534.025.04-
YUV147.5848.1156.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 6 (2.73% from 255) = 1.72%
R=53.74%
G=44.54%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187155600.170.970.2749.3993.7837.84
HexBB9B6011611B315e26
Octal2732336021141336113646
Binary10111011100110111100100011100001110111100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B06; }

 p { color: rgb(187,155,6); }

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

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

 a { background-color: rgb(187,155,6); }

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

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

 span { border-color: rgb(187,155,6); }

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