#bb931c

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

Shades of Buddha Gold #BB931C

Tints of Buddha Gold #BB931C

Color information

#BB931C (or 0xBB931C) is unknown color: approx Buddha Gold. HEX triplet: BB, 93 and 1C. RGB value is (187,147,28). Sum of RGB (Red+Green+Blue) = 187+147+28=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB931C is #446CE3. Grayscale: #919191. Windows color (decimal): -4484324 or 1872827. OLE color: 1872827.

HSL color Cylindrical-coordinate representation of color #BB931C: hue angle of 44.91º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB931C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18714728-
CMYK00.210.850.27
HSL44.91º73.95%42.16%-
HSV(B)44.91º85.03%73.33%-
XYZ31.1431.525.54-
YUV145.3961.75157.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=51.66%
G=40.61%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871472800.210.850.2744.9173.9542.16
HexBB931C015551B2d4a2a
Octal27322334025125335511252
Binary1011101110010011111000101011010101110111011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb931c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb931c; }

 p { color: rgb(187,147,28); }

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

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

 a { background-color: rgb(187,147,28); }

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

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

 span { border-color: rgb(187,147,28); }

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