#BEB18E

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

Shades of Chino #BEB18E

Tints of Chino #BEB18E

Color information

#BEB18E (or 0xBEB18E) is unknown color: approx Chino. HEX triplet: BE, B1 and 8E. RGB value is (190,177,142). Sum of RGB (Red+Green+Blue) = 190+177+142=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18E is #414E71. Grayscale: #B1B1B1. Windows color (decimal): -4279922 or 9351614. OLE color: 9351614.

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

Color convert

RGB190177142-
CMYK00.070.250.25
HSL43.75º26.97%65.1%-
HSV(B)43.75º25.26%74.51%-
XYZ41.8444.3431.95-
YUV176.9108.31137.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=37.33%
G=34.77%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017714200.070.250.2543.7526.9765.1
HexBEB18E0719192c1b41
Octal2762612160731315433101
Binary10111110101100011000111001111100111001101100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB18E; }

 p { color: rgb(190,177,142); }

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

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

 a { background-color: rgb(190,177,142); }

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

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

 span { border-color: rgb(190,177,142); }

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