#BE9B6B

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

Shades of Fallow #BE9B6B

Tints of Fallow #BE9B6B

Color information

#BE9B6B (or 0xBE9B6B) is unknown color: approx Fallow. HEX triplet: BE, 9B and 6B. RGB value is (190,155,107). Sum of RGB (Red+Green+Blue) = 190+155+107=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B6B is #416494. Grayscale: #A0A0A0. Windows color (decimal): -4285589 or 7052222. OLE color: 7052222.

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

Color convert

RGB190155107-
CMYK00.180.440.25
HSL34.7º38.97%58.24%-
HSV(B)34.7º43.68%74.51%-
XYZ35.6135.4518.88-
YUV159.9998.1149.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=42.04%
G=34.29%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015510700.180.440.2534.738.9758.24
HexBE9B6B0122C1923273a
Octal2762331530225431434772
Binary1011111010011011110101101001010110011001100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B6B; }

 p { color: rgb(190,155,107); }

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

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

 a { background-color: rgb(190,155,107); }

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

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

 span { border-color: rgb(190,155,107); }

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