Html Css Color HEX #BF8261 Burning Sand

📋 copy color: '#BF8261'

red 191 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #BF8261

Tints of Burning Sand #BF8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 45.69%
G = 31.1%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF8261 (or 0xBF8261) is known color: Burning Sand. HEX triplet: BF, 82 and 61. RGB value is (191,130,97). Sum of RGB (Red+Green+Blue) = 191+130+97=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8261 is #407D9E. Grayscale: #909090. Windows color (decimal): -4226463 or 6390463. OLE color: 6390463.

HSL color Cylindrical-coordinate representation of color #BF8261: hue angle of 21.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8261 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 97 -
CMYK 0 0.32 0.49 0.25
HSL 21.06º 0.42% 0.56% -
HSV(B) 21.06º 0.49% 0.75% -
XYZ 31.63 27.9 15.03 -
YUV 144.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 191 130 97 0 0.32 0.49 0.25 21.06 0.42 0.56
Hex BF 82 61 0 20 31 19 15 2A 38
Octal 277 202 141 0 40 61 31 25 52 70
Binary 10111111 10000010 1100001 0 100000 110001 11001 10101 101010 111000

Color Harmonies of #BF8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8261

Black with #BF8261

Text Example


Text Example

White with #BF8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8261; }

 p { color: rgb(191,130,97); }

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

background-color css

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

 a { background-color: rgb(191,130,97); }

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

border-color css

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

 span { border-color: rgb(191,130,97); }

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