Html Css Color HEX #BF9E77 Fallow

📋 copy color: '#BF9E77'

red 191 ◦ green 158 ◦ blue 119

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

Shades of Fallow #BF9E77

Tints of Fallow #BF9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 40.81%
G = 33.76%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF9E77 (or 0xBF9E77) is known color: Fallow. HEX triplet: BF, 9E and 77. RGB value is (191,158,119). Sum of RGB (Red+Green+Blue) = 191+158+119=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E77 is #406188. Grayscale: #A3A3A3. Windows color (decimal): -4219273 or 7839423. OLE color: 7839423.

HSL color Cylindrical-coordinate representation of color #BF9E77: hue angle of 32.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9E77 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 158 119 -
CMYK 0 0.17 0.38 0.25
HSL 32.5º 0.36% 0.61% -
HSV(B) 32.5º 0.38% 0.75% -
XYZ 37.04 36.86 22.62 -
YUV 163.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 191 158 119 0 0.17 0.38 0.25 32.5 0.36 0.61
Hex BF 9E 77 0 11 26 19 20 24 3D
Octal 277 236 167 0 21 46 31 40 44 75
Binary 10111111 10011110 1110111 0 10001 100110 11001 100000 100100 111101

Color Harmonies of #BF9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E77

Black with #BF9E77

Text Example


Text Example

White with #BF9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E77; }

 p { color: rgb(191,158,119); }

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

background-color css

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

 a { background-color: rgb(191,158,119); }

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

border-color css

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

 span { border-color: rgb(191,158,119); }

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