#BEB18C

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

Shades of Chino #BEB18C

Tints of Chino #BEB18C

Color information

#BEB18C (or 0xBEB18C) is unknown color: approx Chino. HEX triplet: BE, B1 and 8C. RGB value is (190,177,140). Sum of RGB (Red+Green+Blue) = 190+177+140=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18C is #414E73. Grayscale: #B0B0B0. Windows color (decimal): -4279924 or 9220542. OLE color: 9220542.

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

Color convert

RGB190177140-
CMYK00.070.260.25
HSL44.4º27.78%64.71%-
HSV(B)44.4º26.32%74.51%-
XYZ41.6944.2831.16-
YUV176.67107.31137.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=37.48%
G=34.91%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017714000.070.260.2544.427.7864.71
HexBEB18C071A192c1c41
Octal2762612140732315434101
Binary10111110101100011000110001111101011001101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB18C; }

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

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

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

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

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

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

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

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