#BCB18B

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

Shades of Chino #BCB18B

Tints of Chino #BCB18B

Color information

#BCB18B (or 0xBCB18B) is unknown color: approx Chino. HEX triplet: BC, B1 and 8B. RGB value is (188,177,139). Sum of RGB (Red+Green+Blue) = 188+177+139=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18B is #434E74. Grayscale: #B0B0B0. Windows color (decimal): -4410997 or 9155004. OLE color: 9155004.

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

Color convert

RGB188177139-
CMYK00.060.260.26
HSL46.53º26.78%64.12%-
HSV(B)46.53º26.06%73.73%-
XYZ41.124430.75-
YUV175.96107.14136.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=37.30%
G=35.12%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817713900.060.260.2646.5326.7864.12
HexBCB18B061A1A2f1b40
Octal2742612130632325733100
Binary10111100101100011000101101101101011010101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB18B; }

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

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

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

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

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

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

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

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