#BEB08B

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

Shades of Chino #BEB08B

Tints of Chino #BEB08B

Color information

#BEB08B (or 0xBEB08B) is unknown color: approx Chino. HEX triplet: BE, B0 and 8B. RGB value is (190,176,139). Sum of RGB (Red+Green+Blue) = 190+176+139=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08B is #414F74. Grayscale: #B0B0B0. Windows color (decimal): -4280181 or 9154750. OLE color: 9154750.

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

Color convert

RGB190176139-
CMYK00.070.270.25
HSL43.53º28.18%64.51%-
HSV(B)43.53º26.84%74.51%-
XYZ41.4243.8630.71-
YUV175.97107.14138.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=37.62%
G=34.85%
B=27.52%

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
Decimal19017613900.070.270.2543.5328.1864.51
HexBEB08B071B192c1c41
Octal2762602130733315434101
Binary10111110101100001000101101111101111001101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB08B; }

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

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

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

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

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

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

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

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