#BCB18D

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

Shades of Chino #BCB18D

Tints of Chino #BCB18D

Color information

#BCB18D (or 0xBCB18D) is unknown color: approx Chino. HEX triplet: BC, B1 and 8D. RGB value is (188,177,141). Sum of RGB (Red+Green+Blue) = 188+177+141=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18D is #434E72. Grayscale: #B0B0B0. Windows color (decimal): -4410995 or 9286076. OLE color: 9286076.

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

Color convert

RGB188177141-
CMYK00.060.250.26
HSL45.96º25.97%64.51%-
HSV(B)45.96º25%73.73%-
XYZ41.2744.0631.53-
YUV176.18108.14136.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=37.15%
G=34.98%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817714100.060.250.2645.9625.9764.51
HexBCB18D06191A2e1a41
Octal2742612150631325632101
Binary10111100101100011000110101101100111010101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB18D; }

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

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

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

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

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

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

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

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