#BB7D5F

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

Shades of Burning Sand #BB7D5F

Tints of Burning Sand #BB7D5F

Color information

#BB7D5F (or 0xBB7D5F) is unknown color: approx Burning Sand. HEX triplet: BB, 7D and 5F. RGB value is (187,125,95). Sum of RGB (Red+Green+Blue) = 187+125+95=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D5F is #4482A0. Grayscale: #8C8C8C. Windows color (decimal): -4489889 or 6258107. OLE color: 6258107.

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

Color convert

RGB18712595-
CMYK00.330.490.27
HSL19.57º40.35%55.29%-
HSV(B)19.57º49.2%73.33%-
XYZ29.8926.0614.28-
YUV140.12102.54161.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=45.95%
G=30.71%
B=23.34%

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
Decimal1871259500.330.490.2719.5740.3555.29
HexBB7D5F021311B142837
Octal2731751370416133245067
Binary101110111111101101111101000011100011101110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D5F; }

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

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

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

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

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

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

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

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