#BC8161

Color #BC8161 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BC8161

Tints of Burning Sand #BC8161

Color information

#BC8161 (or 0xBC8161) is unknown color: approx Burning Sand. HEX triplet: BC, 81 and 61. RGB value is (188,129,97). Sum of RGB (Red+Green+Blue) = 188+129+97=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8161 is #437E9E. Grayscale: #8F8F8F. Windows color (decimal): -4423327 or 6390204. OLE color: 6390204.

HSL color Cylindrical-coordinate representation of color #BC8161: hue angle of 21.1º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC8161 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18812997-
CMYK00.310.480.26
HSL21.1º40.44%55.88%-
HSV(B)21.1º48.4%73.73%-
XYZ30.7527.2514.95-
YUV142.99102.05160.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=45.41%
G=31.16%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881299700.310.480.2621.140.4455.88
HexBC816101F301A152838
Octal2742011410376032255070
Binary101111001000000111000010111111100001101010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8161; }

 p { color: rgb(188,129,97); }

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

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

 a { background-color: rgb(188,129,97); }

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

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

 span { border-color: rgb(188,129,97); }

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