Html Css Color HEX #BCA770 Putty

📋 copy color: '#BCA770'

red 188 ◦ green 167 ◦ blue 112

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

Shades of Putty #BCA770

Tints of Putty #BCA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 40.26%
G = 35.76%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA770 (or 0xBCA770) is known color: Putty. HEX triplet: BC, A7 and 70. RGB value is (188,167,112). Sum of RGB (Red+Green+Blue) = 188+167+112=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA770 is #43588F. Grayscale: #A7A7A7. Windows color (decimal): -4413584 or 7382972. OLE color: 7382972.

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

Color convert

RGB 188 167 112 -
CMYK 0 0.11 0.40 0.26
HSL 43.42º 0.36% 0.59% -
HSV(B) 43.42º 0.4% 0.74% -
XYZ 37.48 39.5 20.98 -
YUV 167.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 188 167 112 0 0.11 0.40 0.26 43.42 0.36 0.59
Hex BC A7 70 0 B 28 1A 2B 24 3B
Octal 274 247 160 0 13 50 32 53 44 73
Binary 10111100 10100111 1110000 0 1011 101000 11010 101011 100100 111011

Color Harmonies of #BCA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA770

Black with #BCA770

Text Example


Text Example

White with #BCA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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