#BB7C5E

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

Shades of Burning Sand #BB7C5E

Tints of Burning Sand #BB7C5E

Color information

#BB7C5E (or 0xBB7C5E) is unknown color: approx Burning Sand. HEX triplet: BB, 7C and 5E. RGB value is (187,124,94). Sum of RGB (Red+Green+Blue) = 187+124+94=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C5E is #4483A1. Grayscale: #8B8B8B. Windows color (decimal): -4490146 or 6192315. OLE color: 6192315.

HSL color Cylindrical-coordinate representation of color #BB7C5E: hue angle of 19.35º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7C5E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18712494-
CMYK00.340.500.27
HSL19.35º40.61%55.1%-
HSV(B)19.35º49.73%73.33%-
XYZ29.7225.7914-
YUV139.42102.37161.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=46.17%
G=30.62%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871249400.340.500.2719.3540.6155.1
HexBB7C5E022321B132937
Octal2731741360426233235167
Binary101110111111100101111001000101100101101110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C5E; }

 p { color: rgb(187,124,94); }

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

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

 a { background-color: rgb(187,124,94); }

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

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

 span { border-color: rgb(187,124,94); }

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