Html Css Color HEX #BF9A63 Fallow

📋 copy color: '#BF9A63'

red 191 ◦ green 154 ◦ blue 99

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

Shades of Fallow #BF9A63

Tints of Fallow #BF9A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.68%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 43.02%
G = 34.68%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF9A63 (or 0xBF9A63) is known color: Fallow. HEX triplet: BF, 9A and 63. RGB value is (191,154,99). Sum of RGB (Red+Green+Blue) = 191+154+99=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A63 is #40659C. Grayscale: #9F9F9F. Windows color (decimal): -4220317 or 6527679. OLE color: 6527679.

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

Color convert

RGB 191 154 99 -
CMYK 0 0.19 0.48 0.25
HSL 35.87º 0.42% 0.57% -
HSV(B) 35.87º 0.48% 0.75% -
XYZ 35.29 35.09 16.72 -
YUV 158.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 191 154 99 0 0.19 0.48 0.25 35.87 0.42 0.57
Hex BF 9A 63 0 13 30 19 24 2A 39
Octal 277 232 143 0 23 60 31 44 52 71
Binary 10111111 10011010 1100011 0 10011 110000 11001 100100 101010 111001

Color Harmonies of #BF9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A63

Black with #BF9A63

Text Example


Text Example

White with #BF9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A63; }

 p { color: rgb(191,154,99); }

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

background-color css

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

 a { background-color: rgb(191,154,99); }

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

border-color css

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

 span { border-color: rgb(191,154,99); }

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