#BC8163

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

Shades of Burning Sand #BC8163

Tints of Burning Sand #BC8163

Color information

#BC8163 (or 0xBC8163) is unknown color: approx Burning Sand. HEX triplet: BC, 81 and 63. RGB value is (188,129,99). Sum of RGB (Red+Green+Blue) = 188+129+99=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8163 is #437E9C. Grayscale: #8F8F8F. Windows color (decimal): -4423325 or 6521276. OLE color: 6521276.

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

Color convert

RGB18812999-
CMYK00.310.470.26
HSL20.22º39.91%56.27%-
HSV(B)20.22º47.34%73.73%-
XYZ30.8427.2915.45-
YUV143.22103.05159.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=45.19%
G=31.01%
B=23.80%

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
Decimal1881299900.310.470.2620.2239.9156.27
HexBC816301F2F1A142838
Octal2742011430375732245070
Binary101111001000000111000110111111011111101010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8163; }

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

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

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

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

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

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

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

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