Html Css Color HEX #BF8059 Burning Sand

📋 copy color: '#BF8059'

red 191 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #BF8059

Tints of Burning Sand #BF8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 89 (35.16% from 255) = 21.81%

R = 46.81%
G = 31.37%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF8059 (or 0xBF8059) is known color: Burning Sand. HEX triplet: BF, 80 and 59. RGB value is (191,128,89). Sum of RGB (Red+Green+Blue) = 191+128+89=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8059 is #407FA6. Grayscale: #8E8E8E. Windows color (decimal): -4226983 or 5865663. OLE color: 5865663.

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

Color convert

RGB 191 128 89 -
CMYK 0 0.33 0.53 0.25
HSL 22.94º 0.44% 0.55% -
HSV(B) 22.94º 0.53% 0.75% -
XYZ 31.01 27.24 13.07 -
YUV 142.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 191 128 89 0 0.33 0.53 0.25 22.94 0.44 0.55
Hex BF 80 59 0 21 35 19 17 2C 37
Octal 277 200 131 0 41 65 31 27 54 67
Binary 10111111 10000000 1011001 0 100001 110101 11001 10111 101100 110111

Color Harmonies of #BF8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8059

Black with #BF8059

Text Example


Text Example

White with #BF8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8059; }

 p { color: rgb(191,128,89); }

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

background-color css

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

 a { background-color: rgb(191,128,89); }

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

border-color css

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

 span { border-color: rgb(191,128,89); }

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