#BC8665

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

Shades of Burning Sand #BC8665

Tints of Burning Sand #BC8665

Color information

#BC8665 (or 0xBC8665) is unknown color: approx Burning Sand. HEX triplet: BC, 86 and 65. RGB value is (188,134,101). Sum of RGB (Red+Green+Blue) = 188+134+101=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8665 is #43799A. Grayscale: #929292. Windows color (decimal): -4422043 or 6653628. OLE color: 6653628.

HSL color Cylindrical-coordinate representation of color #BC8665: hue angle of 22.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8665 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188134101-
CMYK00.290.460.26
HSL22.76º39.37%56.67%-
HSV(B)22.76º46.28%73.73%-
XYZ31.6128.6816.18-
YUV146.38102.39157.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=44.44%
G=31.68%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813410100.290.460.2622.7639.3756.67
HexBC866501D2E1A172739
Octal2742061450355632274771
Binary101111001000011011001010111011011101101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8665; }

 p { color: rgb(188,134,101); }

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

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

 a { background-color: rgb(188,134,101); }

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

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

 span { border-color: rgb(188,134,101); }

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