Html Css Color HEX #BF8362 Burning Sand

📋 copy color: '#BF8362'

red 191 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #BF8362

Tints of Burning Sand #BF8362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 45.48%
G = 31.19%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF8362 (or 0xBF8362) is known color: Burning Sand. HEX triplet: BF, 83 and 62. RGB value is (191,131,98). Sum of RGB (Red+Green+Blue) = 191+131+98=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8362 is #407C9D. Grayscale: #919191. Windows color (decimal): -4226206 or 6456255. OLE color: 6456255.

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

Color convert

RGB 191 131 98 -
CMYK 0 0.31 0.49 0.25
HSL 21.29º 0.42% 0.57% -
HSV(B) 21.29º 0.49% 0.75% -
XYZ 31.81 28.19 15.32 -
YUV 145.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 191 131 98 0 0.31 0.49 0.25 21.29 0.42 0.57
Hex BF 83 62 0 1F 31 19 15 2A 39
Octal 277 203 142 0 37 61 31 25 52 71
Binary 10111111 10000011 1100010 0 11111 110001 11001 10101 101010 111001

Color Harmonies of #BF8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8362

Black with #BF8362

Text Example


Text Example

White with #BF8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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