#BCB18E

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

Shades of Chino #BCB18E

Tints of Chino #BCB18E

Color information

#BCB18E (or 0xBCB18E) is unknown color: approx Chino. HEX triplet: BC, B1 and 8E. RGB value is (188,177,142). Sum of RGB (Red+Green+Blue) = 188+177+142=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18E is #434E71. Grayscale: #B0B0B0. Windows color (decimal): -4410994 or 9351612. OLE color: 9351612.

HSL color Cylindrical-coordinate representation of color #BCB18E: hue angle of 45.65º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB18E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188177142-
CMYK00.060.240.26
HSL45.65º25.56%64.71%-
HSV(B)45.65º24.47%73.73%-
XYZ41.3444.0931.92-
YUV176.3108.64136.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=37.08%
G=34.91%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817714200.060.240.2645.6525.5664.71
HexBCB18E06181A2e1a41
Octal2742612160630325632101
Binary10111100101100011000111001101100011010101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB18E; }

 p { color: rgb(188,177,142); }

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

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

 a { background-color: rgb(188,177,142); }

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

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

 span { border-color: rgb(188,177,142); }

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