Html Css Color HEX #BD7E59 Burning Sand

📋 copy color: '#BD7E59'

red 189 ◦ green 126 ◦ blue 89

#BD7E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #BD7E59

Tints of Burning Sand #BD7E59

RGB

 RED value IS 189 (74.22% from 255) = 46.78%

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 46.78%
G = 31.19%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD7E59 (or 0xBD7E59) is known color: Burning Sand. HEX triplet: BD, 7E and 59. RGB value is (189,126,89). Sum of RGB (Red+Green+Blue) = 189+126+89=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E59 is #4281A6. Grayscale: #8C8C8C. Windows color (decimal): -4358567 or 5865149. OLE color: 5865149.

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

Color convert

RGB 189 126 89 -
CMYK 0 0.33 0.53 0.26
HSL 22.2º 0.43% 0.55% -
HSV(B) 22.2º 0.53% 0.74% -
XYZ 30.25 26.46 12.96 -
YUV 140.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 189 126 89 0 0.33 0.53 0.26 22.2 0.43 0.55
Hex BD 7E 59 0 21 35 1A 16 2B 37
Octal 275 176 131 0 41 65 32 26 53 67
Binary 10111101 1111110 1011001 0 100001 110101 11010 10110 101011 110111

Color Harmonies of #BD7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E59

Black with #BD7E59

Text Example


Text Example

White with #BD7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E59; }

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

 H1.HeaderClassName
 {
   color: #BD7E59;
 }
 .AnyTagClassName
 {
   color: #BD7E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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