#BCAF8A

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

Shades of Chino #BCAF8A

Tints of Chino #BCAF8A

Color information

#BCAF8A (or 0xBCAF8A) is unknown color: approx Chino. HEX triplet: BC, AF and 8A. RGB value is (188,175,138). Sum of RGB (Red+Green+Blue) = 188+175+138=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF8A is #435075. Grayscale: #AEAEAE. Windows color (decimal): -4411510 or 9088956. OLE color: 9088956.

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

Color convert

RGB188175138-
CMYK00.070.270.26
HSL44.4º27.17%63.92%-
HSV(B)44.4º26.6%73.73%-
XYZ40.6643.1930.24-
YUV174.67107.31137.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=37.52%
G=34.93%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513800.070.270.2644.427.1763.92
HexBCAF8A071B1A2c1b40
Octal2742572120733325433100
Binary10111100101011111000101001111101111010101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF8A; }

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

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

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

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

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

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

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

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