#BB8062

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

Shades of Burning Sand #BB8062

Tints of Burning Sand #BB8062

Color information

#BB8062 (or 0xBB8062) is unknown color: approx Burning Sand. HEX triplet: BB, 80 and 62. RGB value is (187,128,98). Sum of RGB (Red+Green+Blue) = 187+128+98=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8062 is #447F9D. Grayscale: #8E8E8E. Windows color (decimal): -4489118 or 6455483. OLE color: 6455483.

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

Color convert

RGB18712898-
CMYK00.320.480.27
HSL20.22º39.56%55.88%-
HSV(B)20.22º47.59%73.33%-
XYZ30.4226.8815.14-
YUV142.22103.05159.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=45.28%
G=30.99%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871289800.320.480.2720.2239.5655.88
HexBB8062020301B142838
Octal2732001420406033245070
Binary1011101110000000110001001000001100001101110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8062; }

 p { color: rgb(187,128,98); }

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

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

 a { background-color: rgb(187,128,98); }

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

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

 span { border-color: rgb(187,128,98); }

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