#BE9B6C

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

Shades of Fallow #BE9B6C

Tints of Fallow #BE9B6C

Color information

#BE9B6C (or 0xBE9B6C) is unknown color: approx Fallow. HEX triplet: BE, 9B and 6C. RGB value is (190,155,108). Sum of RGB (Red+Green+Blue) = 190+155+108=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B6C is #416493. Grayscale: #A0A0A0. Windows color (decimal): -4285588 or 7117758. OLE color: 7117758.

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

Color convert

RGB190155108-
CMYK00.180.430.25
HSL34.39º38.68%58.43%-
HSV(B)34.39º43.16%74.51%-
XYZ35.6635.4719.15-
YUV160.1198.6149.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=41.94%
G=34.22%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015510800.180.430.2534.3938.6858.43
HexBE9B6C0122B1922273a
Octal2762331540225331424772
Binary1011111010011011110110001001010101111001100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B6C; }

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

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

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

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

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

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

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

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