#BC971D

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

Shades of Buddha Gold #BC971D

Tints of Buddha Gold #BC971D

Color information

#BC971D (or 0xBC971D) is unknown color: approx Buddha Gold. HEX triplet: BC, 97 and 1D. RGB value is (188,151,29). Sum of RGB (Red+Green+Blue) = 188+151+29=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC971D is #4368E2. Grayscale: #949494. Windows color (decimal): -4417763 or 1939388. OLE color: 1939388.

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

Color convert

RGB18815129-
CMYK00.200.850.26
HSL46.04º73.27%42.55%-
HSV(B)46.04º84.57%73.73%-
XYZ32.0332.915.83-
YUV148.1660.76156.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 29 (11.72% from 255) = 7.88%
R=51.09%
G=41.03%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881512900.200.850.2646.0473.2742.55
HexBC971D014551A2e492b
Octal27422735024125325611153
Binary1011110010010111111010101001010101110101011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC971D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC971D; }

 p { color: rgb(188,151,29); }

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

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

 a { background-color: rgb(188,151,29); }

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

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

 span { border-color: rgb(188,151,29); }

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