#BCB188

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

Shades of Chino #BCB188

Tints of Chino #BCB188

Color information

#BCB188 (or 0xBCB188) is unknown color: approx Chino. HEX triplet: BC, B1 and 88. RGB value is (188,177,136). Sum of RGB (Red+Green+Blue) = 188+177+136=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB188 is #434E77. Grayscale: #AFAFAF. Windows color (decimal): -4411000 or 8958396. OLE color: 8958396.

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

Color convert

RGB188177136-
CMYK00.060.280.26
HSL47.31º27.96%63.53%-
HSV(B)47.31º27.66%73.73%-
XYZ40.9143.9129.61-
YUV175.61105.64136.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=37.52%
G=35.33%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817713600.060.280.2647.3127.9663.53
HexBCB188061C1A2f1c40
Octal2742612100634325734100
Binary10111100101100011000100001101110011010101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB188; }

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

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

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

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

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

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

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

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