#BD7E62

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

Shades of Burning Sand #BD7E62

Tints of Burning Sand #BD7E62

Color information

#BD7E62 (or 0xBD7E62) is unknown color: approx Burning Sand. HEX triplet: BD, 7E and 62. RGB value is (189,126,98). Sum of RGB (Red+Green+Blue) = 189+126+98=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E62 is #42819D. Grayscale: #8D8D8D. Windows color (decimal): -4358558 or 6454973. OLE color: 6454973.

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

Color convert

RGB18912698-
CMYK00.330.480.26
HSL18.46º40.81%56.27%-
HSV(B)18.46º48.15%74.12%-
XYZ30.6526.6215.08-
YUV141.64103.37161.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891269800.330.480.2618.4640.8156.27
HexBD7E62021301A122938
Octal2751761420416032225170
Binary101111011111110110001001000011100001101010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E62; }

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

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

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

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

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

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

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

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