#BB8265

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

Shades of Burning Sand #BB8265

Tints of Burning Sand #BB8265

Color information

#BB8265 (or 0xBB8265) is unknown color: approx Burning Sand. HEX triplet: BB, 82 and 65. RGB value is (187,130,101). Sum of RGB (Red+Green+Blue) = 187+130+101=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8265 is #447D9A. Grayscale: #8F8F8F. Windows color (decimal): -4488603 or 6652603. OLE color: 6652603.

HSL color Cylindrical-coordinate representation of color #BB8265: hue angle of 20.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8265 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB187130101-
CMYK00.300.460.27
HSL20.23º38.74%56.47%-
HSV(B)20.23º45.99%73.33%-
XYZ30.8327.4715.99-
YUV143.74103.88158.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=44.74%
G=31.10%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713010100.300.460.2720.2338.7456.47
HexBB826501E2E1B142738
Octal2732021450365633244770
Binary101110111000001011001010111101011101101110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8265; }

 p { color: rgb(187,130,101); }

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

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

 a { background-color: rgb(187,130,101); }

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

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

 span { border-color: rgb(187,130,101); }

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