Html Css Color HEX #BD7D57 Burning Sand

📋 copy color: '#BD7D57'

red 189 ◦ green 125 ◦ blue 87

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

Shades of Burning Sand #BD7D57

Tints of Burning Sand #BD7D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 47.13%
G = 31.17%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD7D57 (or 0xBD7D57) is known color: Burning Sand. HEX triplet: BD, 7D and 57. RGB value is (189,125,87). Sum of RGB (Red+Green+Blue) = 189+125+87=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D57 is #4282A8. Grayscale: #8C8C8C. Windows color (decimal): -4358825 or 5733821. OLE color: 5733821.

HSL color Cylindrical-coordinate representation of color #BD7D57: hue angle of 22.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD7D57 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 87 -
CMYK 0 0.34 0.54 0.26
HSL 22.35º 0.44% 0.54% -
HSV(B) 22.35º 0.54% 0.74% -
XYZ 30.04 26.17 12.49 -
YUV 139.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 189 125 87 0 0.34 0.54 0.26 22.35 0.44 0.54
Hex BD 7D 57 0 22 36 1A 16 2C 36
Octal 275 175 127 0 42 66 32 26 54 66
Binary 10111101 1111101 1010111 0 100010 110110 11010 10110 101100 110110

Color Harmonies of #BD7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D57

Black with #BD7D57

Text Example


Text Example

White with #BD7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D57; }

 p { color: rgb(189,125,87); }

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

background-color css

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

 a { background-color: rgb(189,125,87); }

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

border-color css

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

 span { border-color: rgb(189,125,87); }

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