#BB9713

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

Shades of Buddha Gold #BB9713

Tints of Buddha Gold #BB9713

Color information

#BB9713 (or 0xBB9713) is unknown color: approx Buddha Gold. HEX triplet: BB, 97 and 13. RGB value is (187,151,19). Sum of RGB (Red+Green+Blue) = 187+151+19=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9713 is #4468EC. Grayscale: #939393. Windows color (decimal): -4483309 or 1284027. OLE color: 1284027.

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

Color convert

RGB18715119-
CMYK00.190.900.27
HSL47.14º81.55%40.39%-
HSV(B)47.14º89.84%73.33%-
XYZ31.6832.755.27-
YUV146.7255.93156.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=52.38%
G=42.30%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871511900.190.900.2747.1481.5540.39
HexBB97130135A1B2f5228
Octal27322723023132335712250
Binary1011101110010111100110100111011010110111011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9713; }

 p { color: rgb(187,151,19); }

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

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

 a { background-color: rgb(187,151,19); }

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

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

 span { border-color: rgb(187,151,19); }

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