Html Css Color HEX #BF8863 Burning Sand

📋 copy color: '#BF8863'

red 191 ◦ green 136 ◦ blue 99

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

Shades of Burning Sand #BF8863

Tints of Burning Sand #BF8863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 99 (39.06% from 255) = 23.24%

R = 44.84%
G = 31.92%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF8863 (or 0xBF8863) is known color: Burning Sand. HEX triplet: BF, 88 and 63. RGB value is (191,136,99). Sum of RGB (Red+Green+Blue) = 191+136+99=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8863 is #40779C. Grayscale: #949494. Windows color (decimal): -4224925 or 6523071. OLE color: 6523071.

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

Color convert

RGB 191 136 99 -
CMYK 0 0.29 0.48 0.25
HSL 24.13º 0.42% 0.57% -
HSV(B) 24.13º 0.48% 0.75% -
XYZ 32.54 29.59 15.8 -
YUV 148.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 191 136 99 0 0.29 0.48 0.25 24.13 0.42 0.57
Hex BF 88 63 0 1D 30 19 18 2A 39
Octal 277 210 143 0 35 60 31 30 52 71
Binary 10111111 10001000 1100011 0 11101 110000 11001 11000 101010 111001

Color Harmonies of #BF8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8863

Black with #BF8863

Text Example


Text Example

White with #BF8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8863; }

 p { color: rgb(191,136,99); }

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

background-color css

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

 a { background-color: rgb(191,136,99); }

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

border-color css

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

 span { border-color: rgb(191,136,99); }

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