Html Css Color HEX #BF7F58 Burning Sand

📋 copy color: '#BF7F58'

red 191 ◦ green 127 ◦ blue 88

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

Shades of Burning Sand #BF7F58

Tints of Burning Sand #BF7F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.67%

R = 47.04%
G = 31.28%
B = 21.67%

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

#BF7F58 (or 0xBF7F58) is known color: Burning Sand. HEX triplet: BF, 7F and 58. RGB value is (191,127,88). Sum of RGB (Red+Green+Blue) = 191+127+88=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F58 is #4080A7. Grayscale: #8D8D8D. Windows color (decimal): -4227240 or 5799871. OLE color: 5799871.

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

Color convert

RGB 191 127 88 -
CMYK 0 0.34 0.54 0.25
HSL 22.72º 0.45% 0.55% -
HSV(B) 22.72º 0.54% 0.75% -
XYZ 30.84 26.96 12.81 -
YUV 141.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 191 127 88 0 0.34 0.54 0.25 22.72 0.45 0.55
Hex BF 7F 58 0 22 36 19 17 2D 37
Octal 277 177 130 0 42 66 31 27 55 67
Binary 10111111 1111111 1011000 0 100010 110110 11001 10111 101101 110111

Color Harmonies of #BF7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F58

Black with #BF7F58

Text Example


Text Example

White with #BF7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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