#BD7E5A

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

Shades of Burning Sand #BD7E5A

Tints of Burning Sand #BD7E5A

Color information

#BD7E5A (or 0xBD7E5A) is unknown color: approx Burning Sand. HEX triplet: BD, 7E and 5A. RGB value is (189,126,90). Sum of RGB (Red+Green+Blue) = 189+126+90=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E5A is #4281A5. Grayscale: #8C8C8C. Windows color (decimal): -4358566 or 5930685. OLE color: 5930685.

HSL color Cylindrical-coordinate representation of color #BD7E5A: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD7E5A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912690-
CMYK00.330.520.26
HSL21.82º42.86%54.71%-
HSV(B)21.82º52.38%74.12%-
XYZ30.2926.4813.19-
YUV140.7399.37162.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=46.67%
G=31.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891269000.330.520.2621.8242.8654.71
HexBD7E5A021341A162b37
Octal2751761320416432265367
Binary101111011111110101101001000011101001101010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E5A; }

 p { color: rgb(189,126,90); }

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

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

 a { background-color: rgb(189,126,90); }

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

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

 span { border-color: rgb(189,126,90); }

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