#BEB08E

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

Shades of Chino #BEB08E

Tints of Chino #BEB08E

Color information

#BEB08E (or 0xBEB08E) is unknown color: approx Chino. HEX triplet: BE, B0 and 8E. RGB value is (190,176,142). Sum of RGB (Red+Green+Blue) = 190+176+142=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08E is #414F71. Grayscale: #B0B0B0. Windows color (decimal): -4280178 or 9351358. OLE color: 9351358.

HSL color Cylindrical-coordinate representation of color #BEB08E: hue angle of 42.5º 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 #BEB08E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190176142-
CMYK00.070.250.25
HSL42.5º26.97%65.1%-
HSV(B)42.5º25.26%74.51%-
XYZ41.6443.9531.88-
YUV176.31108.64137.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=37.40%
G=34.65%
B=27.95%

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
Decimal19017614200.070.250.2542.526.9765.1
HexBEB08E0719192b1b41
Octal2762602160731315333101
Binary10111110101100001000111001111100111001101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB08E; }

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

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

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

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

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

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

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

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