#BCB085

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

Shades of Chino #BCB085

Tints of Chino #BCB085

Color information

#BCB085 (or 0xBCB085) is unknown color: approx Chino. HEX triplet: BC, B0 and 85. RGB value is (188,176,133). Sum of RGB (Red+Green+Blue) = 188+176+133=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB085 is #434F7A. Grayscale: #AEAEAE. Windows color (decimal): -4411259 or 8761532. OLE color: 8761532.

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

Color convert

RGB188176133-
CMYK00.060.290.26
HSL46.91º29.1%62.94%-
HSV(B)46.91º29.26%73.73%-
XYZ40.543.4428.44-
YUV174.69104.48137.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=37.83%
G=35.41%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817613300.060.290.2646.9129.162.94
HexBCB085061D1A2f1d3f
Octal274260205063532573577
Binary1011110010110000100001010110111011101010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB085; }

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

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

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

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

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

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

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

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