#BB7E5F

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

Shades of Burning Sand #BB7E5F

Tints of Burning Sand #BB7E5F

Color information

#BB7E5F (or 0xBB7E5F) is unknown color: approx Burning Sand. HEX triplet: BB, 7E and 5F. RGB value is (187,126,95). Sum of RGB (Red+Green+Blue) = 187+126+95=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E5F is #4481A0. Grayscale: #8C8C8C. Windows color (decimal): -4489633 or 6258363. OLE color: 6258363.

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

Color convert

RGB18712695-
CMYK00.330.490.27
HSL20.22º40.35%55.29%-
HSV(B)20.22º49.2%73.33%-
XYZ30.0226.3114.32-
YUV140.71102.21161.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=45.83%
G=30.88%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871269500.330.490.2720.2240.3555.29
HexBB7E5F021311B142837
Octal2731761370416133245067
Binary101110111111110101111101000011100011101110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E5F; }

 p { color: rgb(187,126,95); }

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

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

 a { background-color: rgb(187,126,95); }

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

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

 span { border-color: rgb(187,126,95); }

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