Html Css Color HEX #BF8562 Burning Sand

📋 copy color: '#BF8562'

red 191 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #BF8562

Tints of Burning Sand #BF8562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 45.26%
G = 31.52%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF8562 (or 0xBF8562) is known color: Burning Sand. HEX triplet: BF, 85 and 62. RGB value is (191,133,98). Sum of RGB (Red+Green+Blue) = 191+133+98=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8562 is #407A9D. Grayscale: #929292. Windows color (decimal): -4225694 or 6456767. OLE color: 6456767.

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

Color convert

RGB 191 133 98 -
CMYK 0 0.30 0.49 0.25
HSL 22.58º 0.42% 0.57% -
HSV(B) 22.58º 0.49% 0.75% -
XYZ 32.08 28.73 15.41 -
YUV 146.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 191 133 98 0 0.30 0.49 0.25 22.58 0.42 0.57
Hex BF 85 62 0 1E 31 19 17 2A 39
Octal 277 205 142 0 36 61 31 27 52 71
Binary 10111111 10000101 1100010 0 11110 110001 11001 10111 101010 111001

Color Harmonies of #BF8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8562

Black with #BF8562

Text Example


Text Example

White with #BF8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8562; }

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

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

background-color css

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

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

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

border-color css

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

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

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