#BC8263

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

Shades of Burning Sand #BC8263

Tints of Burning Sand #BC8263

Color information

#BC8263 (or 0xBC8263) is unknown color: approx Burning Sand. HEX triplet: BC, 82 and 63. RGB value is (188,130,99). Sum of RGB (Red+Green+Blue) = 188+130+99=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8263 is #437D9C. Grayscale: #8F8F8F. Windows color (decimal): -4423069 or 6521532. OLE color: 6521532.

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

Color convert

RGB18813099-
CMYK00.310.470.26
HSL20.9º39.91%56.27%-
HSV(B)20.9º47.34%73.73%-
XYZ30.9727.5615.49-
YUV143.81102.72159.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=45.08%
G=31.18%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881309900.310.470.2620.939.9156.27
HexBC826301F2F1A152838
Octal2742021430375732255070
Binary101111001000001011000110111111011111101010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8263; }

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

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

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

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

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

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

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

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