#BD7B5F

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

Shades of Burning Sand #BD7B5F

Tints of Burning Sand #BD7B5F

Color information

#BD7B5F (or 0xBD7B5F) is unknown color: approx Burning Sand. HEX triplet: BD, 7B and 5F. RGB value is (189,123,95). Sum of RGB (Red+Green+Blue) = 189+123+95=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B5F is #4284A0. Grayscale: #8B8B8B. Windows color (decimal): -4359329 or 6257597. OLE color: 6257597.

HSL color Cylindrical-coordinate representation of color #BD7B5F: hue angle of 17.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7B5F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18912395-
CMYK00.350.500.26
HSL17.87º41.59%55.69%-
HSV(B)17.87º49.74%74.12%-
XYZ30.1325.8114.22-
YUV139.54102.87163.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=46.44%
G=30.22%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891239500.350.500.2617.8741.5955.69
HexBD7B5F023321A122a38
Octal2751731370436232225270
Binary101111011111011101111101000111100101101010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B5F; }

 p { color: rgb(189,123,95); }

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

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

 a { background-color: rgb(189,123,95); }

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

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

 span { border-color: rgb(189,123,95); }

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