Html Css Color HEX #BD7E5A Burning Sand

📋 copy color: '#BD7E5A'

red 189 ◦ green 126 ◦ blue 90

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

Shades of Burning Sand #BD7E5A

Tints of Burning Sand #BD7E5A

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 value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD7E5A (or 0xBD7E5A) is known color: 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

RGB 189 126 90 -
CMYK 0 0.33 0.52 0.26
HSL 21.82º 0.43% 0.55% -
HSV(B) 21.82º 0.52% 0.74% -
XYZ 30.29 26.48 13.19 -
YUV 140.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 189 126 90 0 0.33 0.52 0.26 21.82 0.43 0.55
Hex BD 7E 5A 0 21 34 1A 16 2B 37
Octal 275 176 132 0 41 64 32 26 53 67
Binary 10111101 1111110 1011010 0 100001 110100 11010 10110 101011 110111

Color Harmonies of #BD7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E5A

Black with #BD7E5A

Text Example


Text Example

White with #BD7E5A

Text Example


Text Example

HTML Codes & Css Web 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>