#bb9b1f

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

Shades of Buddha Gold #BB9B1F

Tints of Buddha Gold #BB9B1F

Color information

#BB9B1F (or 0xBB9B1F) is unknown color: approx Buddha Gold. HEX triplet: BB, 9B and 1F. RGB value is (187,155,31). Sum of RGB (Red+Green+Blue) = 187+155+31=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B1F is #4464E0. Grayscale: #969696. Windows color (decimal): -4482273 or 2071483. OLE color: 2071483.

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

Color convert

RGB18715531-
CMYK00.170.830.27
HSL47.69º71.56%42.75%-
HSV(B)47.69º83.42%73.33%-
XYZ32.4634.116.17-
YUV150.4360.6154.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=50.13%
G=41.55%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871553100.170.830.2747.6971.5642.75
HexBB9B1F011531B30482b
Octal27323337021123336011053
Binary1011101110011011111110100011010011110111100001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9b1f; }

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

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

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

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

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

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

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

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