#BC8362

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

Shades of Burning Sand #BC8362

Tints of Burning Sand #BC8362

Color information

#BC8362 (or 0xBC8362) is unknown color: approx Burning Sand. HEX triplet: BC, 83 and 62. RGB value is (188,131,98). Sum of RGB (Red+Green+Blue) = 188+131+98=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8362 is #437C9D. Grayscale: #909090. Windows color (decimal): -4422814 or 6456252. OLE color: 6456252.

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

Color convert

RGB18813198-
CMYK00.300.480.26
HSL22º40.18%56.08%-
HSV(B)22º47.87%73.73%-
XYZ31.0627.8115.29-
YUV144.28101.88159.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=45.08%
G=31.41%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881319800.300.480.262240.1856.08
HexBC836201E301A162838
Octal2742031420366032265070
Binary101111001000001111000100111101100001101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8362; }

 p { color: rgb(188,131,98); }

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

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

 a { background-color: rgb(188,131,98); }

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

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

 span { border-color: rgb(188,131,98); }

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