#BF9E62

Color #BF9E62 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #BF9E62

Tints of Fallow #BF9E62

Color information

#BF9E62 (or 0xBF9E62) is unknown color: approx Fallow. HEX triplet: BF, 9E and 62. RGB value is (191,158,98). Sum of RGB (Red+Green+Blue) = 191+158+98=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E62 is #40619D. Grayscale: #A1A1A1. Windows color (decimal): -4219294 or 6463167. OLE color: 6463167.

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

Color convert

RGB19115898-
CMYK00.170.490.25
HSL38.71º42.08%56.67%-
HSV(B)38.71º48.69%74.9%-
XYZ35.9236.4116.69-
YUV161.0392.43149.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=42.73%
G=35.35%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911589800.170.490.2538.7142.0856.67
HexBF9E620113119272a39
Octal2772361420216131475271
Binary1011111110011110110001001000111000111001100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E62; }

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

 H1.HeaderClassName
 {
   color: #BF9E62;
 }
 .AnyTagClassName
 {
   color: #BF9E62;
 }
</style>
background-color css

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

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

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

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

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

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