#BCB289

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

Shades of Chino #BCB289

Tints of Chino #BCB289

Color information

#BCB289 (or 0xBCB289) is unknown color: approx Chino. HEX triplet: BC, B2 and 89. RGB value is (188,178,137). Sum of RGB (Red+Green+Blue) = 188+178+137=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB289 is #434D76. Grayscale: #B0B0B0. Windows color (decimal): -4410743 or 9024188. OLE color: 9024188.

HSL color Cylindrical-coordinate representation of color #BCB289: hue angle of 48.24º 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 #BCB289 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188178137-
CMYK00.050.270.26
HSL48.24º27.57%63.73%-
HSV(B)48.24º27.13%73.73%-
XYZ41.1744.3430.05-
YUV176.32105.81136.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=37.38%
G=35.39%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817813700.050.270.2648.2427.5763.73
HexBCB289051B1A301c40
Octal2742622110533326034100
Binary10111100101100101000100101011101111010110000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB289; }

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

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

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

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

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

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

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

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