Html Css Color HEX #BF8965 Burning Sand

📋 copy color: '#BF8965'

red 191 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #BF8965

Tints of Burning Sand #BF8965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 44.52%
G = 31.93%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF8965 (or 0xBF8965) is known color: Burning Sand. HEX triplet: BF, 89 and 65. RGB value is (191,137,101). Sum of RGB (Red+Green+Blue) = 191+137+101=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8965 is #40769A. Grayscale: #959595. Windows color (decimal): -4224667 or 6654399. OLE color: 6654399.

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

Color convert

RGB 191 137 101 -
CMYK 0 0.28 0.47 0.25
HSL 24º 0.41% 0.57% -
HSV(B) 24º 0.47% 0.75% -
XYZ 32.78 29.91 16.36 -
YUV 149.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 191 137 101 0 0.28 0.47 0.25 24 0.41 0.57
Hex BF 89 65 0 1C 2F 19 18 29 39
Octal 277 211 145 0 34 57 31 30 51 71
Binary 10111111 10001001 1100101 0 11100 101111 11001 11000 101001 111001

Color Harmonies of #BF8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8965

Black with #BF8965

Text Example


Text Example

White with #BF8965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8965; }

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

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

background-color css

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

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

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

border-color css

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

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

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