Html Css Color HEX #BF7D57 Burning Sand

📋 copy color: '#BF7D57'

red 191 ◦ green 125 ◦ blue 87

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

Shades of Burning Sand #BF7D57

Tints of Burning Sand #BF7D57

RGB

 RED value IS 191 (75% from 255) = 47.39%

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

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

R = 47.39%
G = 31.02%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF7D57 (or 0xBF7D57) is known color: Burning Sand. HEX triplet: BF, 7D and 57. RGB value is (191,125,87). Sum of RGB (Red+Green+Blue) = 191+125+87=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D57 is #4082A8. Grayscale: #8C8C8C. Windows color (decimal): -4227753 or 5733823. OLE color: 5733823.

HSL color Cylindrical-coordinate representation of color #BF7D57: hue angle of 21.92º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF7D57 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 125 87 -
CMYK 0 0.35 0.54 0.25
HSL 21.92º 0.45% 0.55% -
HSV(B) 21.92º 0.54% 0.75% -
XYZ 30.54 26.43 12.51 -
YUV 140.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 191 125 87 0 0.35 0.54 0.25 21.92 0.45 0.55
Hex BF 7D 57 0 23 36 19 16 2D 37
Octal 277 175 127 0 43 66 31 26 55 67
Binary 10111111 1111101 1010111 0 100011 110110 11001 10110 101101 110111

Color Harmonies of #BF7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D57

Black with #BF7D57

Text Example


Text Example

White with #BF7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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