#BEB089

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

Shades of Chino #BEB089

Tints of Chino #BEB089

Color information

#BEB089 (or 0xBEB089) is unknown color: approx Chino. HEX triplet: BE, B0 and 89. RGB value is (190,176,137). Sum of RGB (Red+Green+Blue) = 190+176+137=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB089 is #414F76. Grayscale: #AFAFAF. Windows color (decimal): -4280183 or 9023678. OLE color: 9023678.

HSL color Cylindrical-coordinate representation of color #BEB089: hue angle of 44.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB089 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190176137-
CMYK00.070.280.25
HSL44.15º28.96%64.12%-
HSV(B)44.15º27.89%74.51%-
XYZ41.2843.829.95-
YUV175.74106.14138.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=37.77%
G=34.99%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017613700.070.280.2544.1528.9664.12
HexBEB089071C192c1d40
Octal2762602110734315435100
Binary10111110101100001000100101111110011001101100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB089; }

 p { color: rgb(190,176,137); }

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

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

 a { background-color: rgb(190,176,137); }

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

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

 span { border-color: rgb(190,176,137); }

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