Html Css Color HEX #BCA870 Putty

📋 copy color: '#BCA870'

red 188 ◦ green 168 ◦ blue 112

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

Shades of Putty #BCA870

Tints of Putty #BCA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 40.17%
G = 35.9%
B = 23.93%

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

#BCA870 (or 0xBCA870) is known color: Putty. HEX triplet: BC, A8 and 70. RGB value is (188,168,112). Sum of RGB (Red+Green+Blue) = 188+168+112=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA870 is #43578F. Grayscale: #A7A7A7. Windows color (decimal): -4413328 or 7383228. OLE color: 7383228.

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

Color convert

RGB 188 168 112 -
CMYK 0 0.11 0.40 0.26
HSL 44.21º 0.36% 0.59% -
HSV(B) 44.21º 0.4% 0.74% -
XYZ 37.67 39.87 21.04 -
YUV 167.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 188 168 112 0 0.11 0.40 0.26 44.21 0.36 0.59
Hex BC A8 70 0 B 28 1A 2C 24 3B
Octal 274 250 160 0 13 50 32 54 44 73
Binary 10111100 10101000 1110000 0 1011 101000 11010 101100 100100 111011

Color Harmonies of #BCA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA870

Black with #BCA870

Text Example


Text Example

White with #BCA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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