#BCAF84

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

Shades of Chino #BCAF84

Tints of Chino #BCAF84

Color information

#BCAF84 (or 0xBCAF84) is unknown color: approx Chino. HEX triplet: BC, AF and 84. RGB value is (188,175,132). Sum of RGB (Red+Green+Blue) = 188+175+132=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF84 is #43507B. Grayscale: #AEAEAE. Windows color (decimal): -4411516 or 8695740. OLE color: 8695740.

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

Color convert

RGB188175132-
CMYK00.070.300.26
HSL46.07º29.47%62.75%-
HSV(B)46.07º29.79%73.73%-
XYZ40.2343.0228.01-
YUV173.98104.31138-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=37.98%
G=35.35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817513200.070.300.2646.0729.4762.75
HexBCAF84071E1A2e1d3f
Octal274257204073632563577
Binary1011110010101111100001000111111101101010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF84; }

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

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

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

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

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

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

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

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