Html Css Color HEX #BF996E Fallow

📋 copy color: '#BF996E'

red 191 ◦ green 153 ◦ blue 110

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

Shades of Fallow #BF996E

Tints of Fallow #BF996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 42.07%
G = 33.7%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF996E (or 0xBF996E) is known color: Fallow. HEX triplet: BF, 99 and 6E. RGB value is (191,153,110). Sum of RGB (Red+Green+Blue) = 191+153+110=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF996E is #406691. Grayscale: #9F9F9F. Windows color (decimal): -4220562 or 7248319. OLE color: 7248319.

HSL color Cylindrical-coordinate representation of color #BF996E: hue angle of 31.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF996E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 110 -
CMYK 0 0.20 0.42 0.25
HSL 31.85º 0.39% 0.59% -
HSV(B) 31.85º 0.42% 0.75% -
XYZ 35.69 34.98 19.62 -
YUV 159.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 191 153 110 0 0.20 0.42 0.25 31.85 0.39 0.59
Hex BF 99 6E 0 14 2A 19 20 27 3B
Octal 277 231 156 0 24 52 31 40 47 73
Binary 10111111 10011001 1101110 0 10100 101010 11001 100000 100111 111011

Color Harmonies of #BF996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF996E

Black with #BF996E

Text Example


Text Example

White with #BF996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF996E; }

 p { color: rgb(191,153,110); }

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

background-color css

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

 a { background-color: rgb(191,153,110); }

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

border-color css

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

 span { border-color: rgb(191,153,110); }

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