Html Css Color HEX #BCA673 Putty

📋 copy color: '#BCA673'

red 188 ◦ green 166 ◦ blue 115

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

Shades of Putty #BCA673

Tints of Putty #BCA673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 40.09%
G = 35.39%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCA673 (or 0xBCA673) is known color: Putty. HEX triplet: BC, A6 and 73. RGB value is (188,166,115). Sum of RGB (Red+Green+Blue) = 188+166+115=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA673 is #43598C. Grayscale: #A6A6A6. Windows color (decimal): -4413837 or 7579324. OLE color: 7579324.

HSL color Cylindrical-coordinate representation of color #BCA673: hue angle of 41.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCA673 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 115 -
CMYK 0 0.12 0.39 0.26
HSL 41.92º 0.35% 0.59% -
HSV(B) 41.92º 0.39% 0.74% -
XYZ 37.47 39.2 21.81 -
YUV 166.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 188 166 115 0 0.12 0.39 0.26 41.92 0.35 0.59
Hex BC A6 73 0 C 27 1A 2A 23 3B
Octal 274 246 163 0 14 47 32 52 43 73
Binary 10111100 10100110 1110011 0 1100 100111 11010 101010 100011 111011

Color Harmonies of #BCA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA673

Black with #BCA673

Text Example


Text Example

White with #BCA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA673; }

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

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

background-color css

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

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

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

border-color css

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

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

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