#BCB090

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

Shades of Chino #BCB090

Tints of Chino #BCB090

Color information

#BCB090 (or 0xBCB090) is unknown color: approx Chino. HEX triplet: BC, B0 and 90. RGB value is (188,176,144). Sum of RGB (Red+Green+Blue) = 188+176+144=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB090 is #434F6F. Grayscale: #B0B0B0. Windows color (decimal): -4411248 or 9482428. OLE color: 9482428.

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

Color convert

RGB188176144-
CMYK00.060.230.26
HSL43.64º24.72%65.1%-
HSV(B)43.64º23.4%73.73%-
XYZ41.343.7632.65-
YUV175.94109.98136.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=37.01%
G=34.65%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817614400.060.230.2643.6424.7265.1
HexBCB09006171A2c1941
Octal2742602200627325431101
Binary10111100101100001001000001101011111010101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB090; }

 p { color: rgb(188,176,144); }

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

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

 a { background-color: rgb(188,176,144); }

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

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

 span { border-color: rgb(188,176,144); }

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