Html Css Color HEX #BF8560 Burning Sand

📋 copy color: '#BF8560'

red 191 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #BF8560

Tints of Burning Sand #BF8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 45.48%
G = 31.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF8560 (or 0xBF8560) is known color: Burning Sand. HEX triplet: BF, 85 and 60. RGB value is (191,133,96). Sum of RGB (Red+Green+Blue) = 191+133+96=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8560 is #407A9F. Grayscale: #929292. Windows color (decimal): -4225696 or 6325695. OLE color: 6325695.

HSL color Cylindrical-coordinate representation of color #BF8560: hue angle of 23.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF8560 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 96 -
CMYK 0 0.30 0.50 0.25
HSL 23.37º 0.43% 0.56% -
HSV(B) 23.37º 0.5% 0.75% -
XYZ 31.98 28.7 14.92 -
YUV 146.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 191 133 96 0 0.30 0.50 0.25 23.37 0.43 0.56
Hex BF 85 60 0 1E 32 19 17 2B 38
Octal 277 205 140 0 36 62 31 27 53 70
Binary 10111111 10000101 1100000 0 11110 110010 11001 10111 101011 111000

Color Harmonies of #BF8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8560

Black with #BF8560

Text Example


Text Example

White with #BF8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8560; }

 p { color: rgb(191,133,96); }

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

background-color css

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

 a { background-color: rgb(191,133,96); }

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

border-color css

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

 span { border-color: rgb(191,133,96); }

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