#BB8165

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

Shades of Burning Sand #BB8165

Tints of Burning Sand #BB8165

Color information

#BB8165 (or 0xBB8165) is unknown color: approx Burning Sand. HEX triplet: BB, 81 and 65. RGB value is (187,129,101). Sum of RGB (Red+Green+Blue) = 187+129+101=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8165 is #447E9A. Grayscale: #8F8F8F. Windows color (decimal): -4488859 or 6652347. OLE color: 6652347.

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

Color convert

RGB187129101-
CMYK00.310.460.27
HSL19.53º38.74%56.47%-
HSV(B)19.53º45.99%73.33%-
XYZ30.6927.215.95-
YUV143.15104.22159.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=44.84%
G=30.94%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712910100.310.460.2719.5338.7456.47
HexBB816501F2E1B142738
Octal2732011450375633244770
Binary101110111000000111001010111111011101101110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8165; }

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

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

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

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

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

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

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

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