Html Css Color HEX #BF7E5C Burning Sand

📋 copy color: '#BF7E5C'

red 191 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #BF7E5C

Tints of Burning Sand #BF7E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 46.7%
G = 30.81%
B = 22.49%

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

#BF7E5C (or 0xBF7E5C) is known color: Burning Sand. HEX triplet: BF, 7E and 5C. RGB value is (191,126,92). Sum of RGB (Red+Green+Blue) = 191+126+92=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E5C is #4081A3. Grayscale: #8D8D8D. Windows color (decimal): -4227492 or 6061759. OLE color: 6061759.

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

Color convert

RGB 191 126 92 -
CMYK 0 0.34 0.52 0.25
HSL 20.61º 0.44% 0.55% -
HSV(B) 20.61º 0.52% 0.75% -
XYZ 30.88 26.77 13.67 -
YUV 141.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 191 126 92 0 0.34 0.52 0.25 20.61 0.44 0.55
Hex BF 7E 5C 0 22 34 19 15 2C 37
Octal 277 176 134 0 42 64 31 25 54 67
Binary 10111111 1111110 1011100 0 100010 110100 11001 10101 101100 110111

Color Harmonies of #BF7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E5C

Black with #BF7E5C

Text Example


Text Example

White with #BF7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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