Html Css Color HEX #BF7E5B Burning Sand

📋 copy color: '#BF7E5B'

red 191 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #BF7E5B

Tints of Burning Sand #BF7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 46.81%
G = 30.88%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF7E5B (or 0xBF7E5B) is known color: Burning Sand. HEX triplet: BF, 7E and 5B. RGB value is (191,126,91). Sum of RGB (Red+Green+Blue) = 191+126+91=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E5B is #4081A4. Grayscale: #8D8D8D. Windows color (decimal): -4227493 or 5996223. OLE color: 5996223.

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

Color convert

RGB 191 126 91 -
CMYK 0 0.34 0.52 0.25
HSL 21º 0.44% 0.55% -
HSV(B) 21º 0.52% 0.75% -
XYZ 30.84 26.75 13.44 -
YUV 141.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 191 126 91 0 0.34 0.52 0.25 21 0.44 0.55
Hex BF 7E 5B 0 22 34 19 15 2C 37
Octal 277 176 133 0 42 64 31 25 54 67
Binary 10111111 1111110 1011011 0 100010 110100 11001 10101 101100 110111

Color Harmonies of #BF7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E5B

Black with #BF7E5B

Text Example


Text Example

White with #BF7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E5B; }

 p { color: rgb(191,126,91); }

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

background-color css

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

 a { background-color: rgb(191,126,91); }

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

border-color css

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

 span { border-color: rgb(191,126,91); }

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