Html Css Color HEX #BF7E5A Burning Sand

📋 copy color: '#BF7E5A'

red 191 ◦ green 126 ◦ blue 90

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

Shades of Burning Sand #BF7E5A

Tints of Burning Sand #BF7E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 46.93%
G = 30.96%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF7E5A (or 0xBF7E5A) is known color: Burning Sand. HEX triplet: BF, 7E and 5A. RGB value is (191,126,90). Sum of RGB (Red+Green+Blue) = 191+126+90=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E5A is #4081A5. Grayscale: #8D8D8D. Windows color (decimal): -4227494 or 5930687. OLE color: 5930687.

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

Color convert

RGB 191 126 90 -
CMYK 0 0.34 0.53 0.25
HSL 21.39º 0.44% 0.55% -
HSV(B) 21.39º 0.53% 0.75% -
XYZ 30.79 26.74 13.21 -
YUV 141.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 191 126 90 0 0.34 0.53 0.25 21.39 0.44 0.55
Hex BF 7E 5A 0 22 35 19 15 2C 37
Octal 277 176 132 0 42 65 31 25 54 67
Binary 10111111 1111110 1011010 0 100010 110101 11001 10101 101100 110111

Color Harmonies of #BF7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E5A

Black with #BF7E5A

Text Example


Text Example

White with #BF7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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