Html Css Color HEX #BCA671 Putty

📋 copy color: '#BCA671'

red 188 ◦ green 166 ◦ blue 113

#BCA671
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #BCA671

Tints of Putty #BCA671

RGB

 RED value IS 188 (73.83% from 255) = 40.26%

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 40.26%
G = 35.55%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA671 (or 0xBCA671) is known color: Putty. HEX triplet: BC, A6 and 71. RGB value is (188,166,113). Sum of RGB (Red+Green+Blue) = 188+166+113=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA671 is #43598E. Grayscale: #A6A6A6. Windows color (decimal): -4413839 or 7448252. OLE color: 7448252.

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

Color convert

RGB 188 166 113 -
CMYK 0 0.12 0.40 0.26
HSL 42.4º 0.36% 0.59% -
HSV(B) 42.4º 0.4% 0.74% -
XYZ 37.36 39.16 21.21 -
YUV 166.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 188 166 113 0 0.12 0.40 0.26 42.4 0.36 0.59
Hex BC A6 71 0 C 28 1A 2A 24 3B
Octal 274 246 161 0 14 50 32 52 44 73
Binary 10111100 10100110 1110001 0 1100 101000 11010 101010 100100 111011

Color Harmonies of #BCA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA671

Black with #BCA671

Text Example


Text Example

White with #BCA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA671; }

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

 H1.HeaderClassName
 {
   color: #BCA671;
 }
 .AnyTagClassName
 {
   color: #BCA671;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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