#BF9B62

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

Shades of Fallow #BF9B62

Tints of Fallow #BF9B62

Color information

#BF9B62 (or 0xBF9B62) is unknown color: approx Fallow. HEX triplet: BF, 9B and 62. RGB value is (191,155,98). Sum of RGB (Red+Green+Blue) = 191+155+98=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B62 is #40649D. Grayscale: #9F9F9F. Windows color (decimal): -4220062 or 6462399. OLE color: 6462399.

HSL color Cylindrical-coordinate representation of color #BF9B62: hue angle of 36.77º 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 #BF9B62 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19115598-
CMYK00.190.490.25
HSL36.77º42.08%56.67%-
HSV(B)36.77º48.69%74.9%-
XYZ35.4135.416.52-
YUV159.2793.43150.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=43.02%
G=34.91%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911559800.190.490.2536.7742.0856.67
HexBF9B620133119252a39
Octal2772331420236131455271
Binary1011111110011011110001001001111000111001100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B62; }

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

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

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

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

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

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

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

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