Html Css Color HEX #BF996D Fallow

📋 copy color: '#BF996D'

red 191 ◦ green 153 ◦ blue 109

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

Shades of Fallow #BF996D

Tints of Fallow #BF996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 42.16%
G = 33.77%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF996D (or 0xBF996D) is known color: Fallow. HEX triplet: BF, 99 and 6D. RGB value is (191,153,109). Sum of RGB (Red+Green+Blue) = 191+153+109=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF996D is #406692. Grayscale: #9F9F9F. Windows color (decimal): -4220563 or 7182783. OLE color: 7182783.

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

Color convert

RGB 191 153 109 -
CMYK 0 0.20 0.43 0.25
HSL 32.2º 0.39% 0.59% -
HSV(B) 32.2º 0.43% 0.75% -
XYZ 35.64 34.96 19.34 -
YUV 159.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 191 153 109 0 0.20 0.43 0.25 32.2 0.39 0.59
Hex BF 99 6D 0 14 2B 19 20 27 3B
Octal 277 231 155 0 24 53 31 40 47 73
Binary 10111111 10011001 1101101 0 10100 101011 11001 100000 100111 111011

Color Harmonies of #BF996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF996D

Black with #BF996D

Text Example


Text Example

White with #BF996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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