#BC8261

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

Shades of Burning Sand #BC8261

Tints of Burning Sand #BC8261

Color information

#BC8261 (or 0xBC8261) is unknown color: approx Burning Sand. HEX triplet: BC, 82 and 61. RGB value is (188,130,97). Sum of RGB (Red+Green+Blue) = 188+130+97=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8261 is #437D9E. Grayscale: #8F8F8F. Windows color (decimal): -4423071 or 6390460. OLE color: 6390460.

HSL color Cylindrical-coordinate representation of color #BC8261: hue angle of 21.76º 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 #BC8261 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18813097-
CMYK00.310.480.26
HSL21.76º40.44%55.88%-
HSV(B)21.76º48.4%73.73%-
XYZ30.8827.5214.99-
YUV143.58101.72159.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=45.30%
G=31.33%
B=23.37%

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
Decimal1881309700.310.480.2621.7640.4455.88
HexBC826101F301A162838
Octal2742021410376032265070
Binary101111001000001011000010111111100001101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8261; }

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

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

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

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

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

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

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

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