#BEB391

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

Shades of Chino #BEB391

Tints of Chino #BEB391

Color information

#BEB391 (or 0xBEB391) is unknown color: approx Chino. HEX triplet: BE, B3 and 91. RGB value is (190,179,145). Sum of RGB (Red+Green+Blue) = 190+179+145=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB391 is #414C6E. Grayscale: #B2B2B2. Windows color (decimal): -4279407 or 9548734. OLE color: 9548734.

HSL color Cylindrical-coordinate representation of color #BEB391: hue angle of 45.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB391 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190179145-
CMYK00.060.240.25
HSL45.33º25.71%65.69%-
HSV(B)45.33º23.68%74.51%-
XYZ42.4745.2333.28-
YUV178.41109.14136.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=36.96%
G=34.82%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017914500.060.240.2545.3325.7165.69
HexBEB3910618192d1a42
Octal2762632210630315532102
Binary10111110101100111001000101101100011001101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB391; }

 p { color: rgb(190,179,145); }

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

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

 a { background-color: rgb(190,179,145); }

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

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

 span { border-color: rgb(190,179,145); }

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