#BCB290

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

Shades of Chino #BCB290

Tints of Chino #BCB290

Color information

#BCB290 (or 0xBCB290) is unknown color: approx Chino. HEX triplet: BC, B2 and 90. RGB value is (188,178,144). Sum of RGB (Red+Green+Blue) = 188+178+144=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB290 is #434D6F. Grayscale: #B1B1B1. Windows color (decimal): -4410736 or 9482940. OLE color: 9482940.

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

Color convert

RGB188178144-
CMYK00.050.230.26
HSL46.36º24.72%65.1%-
HSV(B)46.36º23.4%73.73%-
XYZ41.6944.5532.79-
YUV177.11109.31135.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=36.86%
G=34.90%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817814400.050.230.2646.3624.7265.1
HexBCB29005171A2e1941
Octal2742622200527325631101
Binary10111100101100101001000001011011111010101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB290; }

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

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

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

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

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

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

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

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