#BB8163

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

Shades of Burning Sand #BB8163

Tints of Burning Sand #BB8163

Color information

#BB8163 (or 0xBB8163) is unknown color: approx Burning Sand. HEX triplet: BB, 81 and 63. RGB value is (187,129,99). Sum of RGB (Red+Green+Blue) = 187+129+99=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8163 is #447E9C. Grayscale: #8F8F8F. Windows color (decimal): -4488861 or 6521275. OLE color: 6521275.

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

Color convert

RGB18712999-
CMYK00.310.470.27
HSL20.45º39.29%56.08%-
HSV(B)20.45º47.06%73.33%-
XYZ30.627.1715.44-
YUV142.92103.22159.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=45.06%
G=31.08%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871299900.310.470.2720.4539.2956.08
HexBB816301F2F1B142738
Octal2732011430375733244770
Binary101110111000000111000110111111011111101110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8163; }

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

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

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

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

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

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

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

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