Html Css Color HEX #BF7F57 Burning Sand

📋 copy color: '#BF7F57'

red 191 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #BF7F57

Tints of Burning Sand #BF7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

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

R = 47.16%
G = 31.36%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF7F57 (or 0xBF7F57) is known color: Burning Sand. HEX triplet: BF, 7F and 57. RGB value is (191,127,87). Sum of RGB (Red+Green+Blue) = 191+127+87=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F57 is #4080A8. Grayscale: #8D8D8D. Windows color (decimal): -4227241 or 5734335. OLE color: 5734335.

HSL color Cylindrical-coordinate representation of color #BF7F57: hue angle of 23.08º 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 #BF7F57 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 127 87 -
CMYK 0 0.34 0.54 0.25
HSL 23.08º 0.45% 0.55% -
HSV(B) 23.08º 0.54% 0.75% -
XYZ 30.8 26.94 12.59 -
YUV 141.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 191 127 87 0 0.34 0.54 0.25 23.08 0.45 0.55
Hex BF 7F 57 0 22 36 19 17 2D 37
Octal 277 177 127 0 42 66 31 27 55 67
Binary 10111111 1111111 1010111 0 100010 110110 11001 10111 101101 110111

Color Harmonies of #BF7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F57

Black with #BF7F57

Text Example


Text Example

White with #BF7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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