#BCAF8B

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

Shades of Chino #BCAF8B

Tints of Chino #BCAF8B

Color information

#BCAF8B (or 0xBCAF8B) is unknown color: approx Chino. HEX triplet: BC, AF and 8B. RGB value is (188,175,139). Sum of RGB (Red+Green+Blue) = 188+175+139=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF8B is #435074. Grayscale: #AEAEAE. Windows color (decimal): -4411509 or 9154492. OLE color: 9154492.

HSL color Cylindrical-coordinate representation of color #BCAF8B: hue angle of 44.08º 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 #BCAF8B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188175139-
CMYK00.070.260.26
HSL44.08º26.78%64.12%-
HSV(B)44.08º26.06%73.73%-
XYZ40.7343.2230.62-
YUV174.78107.81137.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=37.45%
G=34.86%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513900.070.260.2644.0826.7864.12
HexBCAF8B071A1A2c1b40
Octal2742572130732325433100
Binary10111100101011111000101101111101011010101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF8B; }

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

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

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

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

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

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

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

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