#BCA771

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

Shades of Putty #BCA771

Tints of Putty #BCA771

Color information

#BCA771 (or 0xBCA771) is unknown color: approx Putty. HEX triplet: BC, A7 and 71. RGB value is (188,167,113). Sum of RGB (Red+Green+Blue) = 188+167+113=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA771 is #43588E. Grayscale: #A7A7A7. Windows color (decimal): -4413583 or 7448508. OLE color: 7448508.

HSL color Cylindrical-coordinate representation of color #BCA771: hue angle of 43.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCA771 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188167113-
CMYK00.110.400.26
HSL43.2º35.89%59.02%-
HSV(B)43.2º39.89%73.73%-
XYZ37.5439.5221.27-
YUV167.1297.46142.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=40.17%
G=35.68%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816711300.110.400.2643.235.8959.02
HexBCA7710B281A2b243b
Octal2742471610135032534473
Binary101111001010011111100010101110100011010101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA771; }

 p { color: rgb(188,167,113); }

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

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

 a { background-color: rgb(188,167,113); }

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

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

 span { border-color: rgb(188,167,113); }

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