#BCB191

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

Shades of Chino #BCB191

Tints of Chino #BCB191

Color information

#BCB191 (or 0xBCB191) is unknown color: approx Chino. HEX triplet: BC, B1 and 91. RGB value is (188,177,145). Sum of RGB (Red+Green+Blue) = 188+177+145=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB191 is #434E6E. Grayscale: #B0B0B0. Windows color (decimal): -4410991 or 9548220. OLE color: 9548220.

HSL color Cylindrical-coordinate representation of color #BCB191: hue angle of 44.65º degrees, saturation: 0.24, 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 #BCB191 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188177145-
CMYK00.060.230.26
HSL44.65º24.29%65.29%-
HSV(B)44.65º22.87%73.73%-
XYZ41.5744.1833.12-
YUV176.64110.14136.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=36.86%
G=34.71%
B=28.43%

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
Decimal18817714500.060.230.2644.6524.2965.29
HexBCB19106171A2d1841
Octal2742612210627325530101
Binary10111100101100011001000101101011111010101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB191; }

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

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

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

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

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

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

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

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