#BEB288

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

Shades of Chino #BEB288

Tints of Chino #BEB288

Color information

#BEB288 (or 0xBEB288) is unknown color: approx Chino. HEX triplet: BE, B2 and 88. RGB value is (190,178,136). Sum of RGB (Red+Green+Blue) = 190+178+136=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB288 is #414D77. Grayscale: #B0B0B0. Windows color (decimal): -4279672 or 8958654. OLE color: 8958654.

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

Color convert

RGB190178136-
CMYK00.060.280.25
HSL46.67º29.35%63.92%-
HSV(B)46.67º28.42%74.51%-
XYZ41.644.5729.7-
YUV176.8104.98137.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=37.70%
G=35.32%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017813600.060.280.2546.6729.3563.92
HexBEB288061C192f1d40
Octal2762622100634315735100
Binary10111110101100101000100001101110011001101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB288; }

 p { color: rgb(190,178,136); }

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

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

 a { background-color: rgb(190,178,136); }

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

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

 span { border-color: rgb(190,178,136); }

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