Html Css Color HEX #BF8966 Burning Sand

📋 copy color: '#BF8966'

red 191 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #BF8966

Tints of Burning Sand #BF8966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 44.42%
G = 31.86%
B = 23.72%

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

#BF8966 (or 0xBF8966) is known color: Burning Sand. HEX triplet: BF, 89 and 66. RGB value is (191,137,102). Sum of RGB (Red+Green+Blue) = 191+137+102=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8966 is #407699. Grayscale: #959595. Windows color (decimal): -4224666 or 6719935. OLE color: 6719935.

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

Color convert

RGB 191 137 102 -
CMYK 0 0.28 0.47 0.25
HSL 23.6º 0.41% 0.57% -
HSV(B) 23.6º 0.47% 0.75% -
XYZ 32.83 29.93 16.62 -
YUV 149.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 191 137 102 0 0.28 0.47 0.25 23.6 0.41 0.57
Hex BF 89 66 0 1C 2F 19 18 29 39
Octal 277 211 146 0 34 57 31 30 51 71
Binary 10111111 10001001 1100110 0 11100 101111 11001 11000 101001 111001

Color Harmonies of #BF8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8966

Black with #BF8966

Text Example


Text Example

White with #BF8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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