#BCAF85

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

Shades of Chino #BCAF85

Tints of Chino #BCAF85

Color information

#BCAF85 (or 0xBCAF85) is unknown color: approx Chino. HEX triplet: BC, AF and 85. RGB value is (188,175,133). Sum of RGB (Red+Green+Blue) = 188+175+133=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF85 is #43507A. Grayscale: #AEAEAE. Windows color (decimal): -4411515 or 8761276. OLE color: 8761276.

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

Color convert

RGB188175133-
CMYK00.070.290.26
HSL45.82º29.1%62.94%-
HSV(B)45.82º29.26%73.73%-
XYZ40.343.0428.37-
YUV174.1104.81137.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=37.90%
G=35.28%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513300.070.290.2645.8229.162.94
HexBCAF85071D1A2e1d3f
Octal274257205073532563577
Binary1011110010101111100001010111111011101010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF85; }

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

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

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

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

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

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

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

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