#BEB18B

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

Shades of Chino #BEB18B

Tints of Chino #BEB18B

Color information

#BEB18B (or 0xBEB18B) is unknown color: approx Chino. HEX triplet: BE, B1 and 8B. RGB value is (190,177,139). Sum of RGB (Red+Green+Blue) = 190+177+139=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18B is #414E74. Grayscale: #B0B0B0. Windows color (decimal): -4279925 or 9155006. OLE color: 9155006.

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

Color convert

RGB190177139-
CMYK00.070.270.25
HSL44.71º28.18%64.51%-
HSV(B)44.71º26.84%74.51%-
XYZ41.6244.2630.77-
YUV176.56106.81137.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=37.55%
G=34.98%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017713900.070.270.2544.7128.1864.51
HexBEB18B071B192d1c41
Octal2762612130733315534101
Binary10111110101100011000101101111101111001101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB18B; }

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

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

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

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

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

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

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

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