Html Css Color HEX #BF8265 Burning Sand

📋 copy color: '#BF8265'

red 191 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #BF8265

Tints of Burning Sand #BF8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 45.26%
G = 30.81%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF8265 (or 0xBF8265) is known color: Burning Sand. HEX triplet: BF, 82 and 65. RGB value is (191,130,101). Sum of RGB (Red+Green+Blue) = 191+130+101=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8265 is #407D9A. Grayscale: #919191. Windows color (decimal): -4226459 or 6652607. OLE color: 6652607.

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

Color convert

RGB 191 130 101 -
CMYK 0 0.32 0.47 0.25
HSL 19.33º 0.41% 0.57% -
HSV(B) 19.33º 0.47% 0.75% -
XYZ 31.82 27.98 16.04 -
YUV 144.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 191 130 101 0 0.32 0.47 0.25 19.33 0.41 0.57
Hex BF 82 65 0 20 2F 19 13 29 39
Octal 277 202 145 0 40 57 31 23 51 71
Binary 10111111 10000010 1100101 0 100000 101111 11001 10011 101001 111001

Color Harmonies of #BF8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8265

Black with #BF8265

Text Example


Text Example

White with #BF8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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