#BCB189

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

Shades of Chino #BCB189

Tints of Chino #BCB189

Color information

#BCB189 (or 0xBCB189) is unknown color: approx Chino. HEX triplet: BC, B1 and 89. RGB value is (188,177,137). Sum of RGB (Red+Green+Blue) = 188+177+137=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB189 is #434E76. Grayscale: #AFAFAF. Windows color (decimal): -4410999 or 9023932. OLE color: 9023932.

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

Color convert

RGB188177137-
CMYK00.060.270.26
HSL47.06º27.57%63.73%-
HSV(B)47.06º27.13%73.73%-
XYZ40.9843.9429.99-
YUV175.73106.14136.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=37.45%
G=35.26%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817713700.060.270.2647.0627.5763.73
HexBCB189061B1A2f1c40
Octal2742612110633325734100
Binary10111100101100011000100101101101111010101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB189; }

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

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

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

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

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

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

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

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