#BCAF87

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

Shades of Chino #BCAF87

Tints of Chino #BCAF87

Color information

#BCAF87 (or 0xBCAF87) is unknown color: approx Chino. HEX triplet: BC, AF and 87. RGB value is (188,175,135). Sum of RGB (Red+Green+Blue) = 188+175+135=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF87 is #435078. Grayscale: #AEAEAE. Windows color (decimal): -4411513 or 8892348. OLE color: 8892348.

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

Color convert

RGB188175135-
CMYK00.070.280.26
HSL45.28º28.34%63.33%-
HSV(B)45.28º28.19%73.73%-
XYZ40.4443.129.11-
YUV174.33105.81137.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=37.75%
G=35.14%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513500.070.280.2645.2828.3463.33
HexBCAF87071C1A2d1c3f
Octal274257207073432553477
Binary1011110010101111100001110111111001101010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF87; }

 p { color: rgb(188,175,135); }

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

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

 a { background-color: rgb(188,175,135); }

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

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

 span { border-color: rgb(188,175,135); }

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