Html Css Color HEX #BCA672 Putty

📋 copy color: '#BCA672'

red 188 ◦ green 166 ◦ blue 114

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

Shades of Putty #BCA672

Tints of Putty #BCA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 40.17%
G = 35.47%
B = 24.36%

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

#BCA672 (or 0xBCA672) is known color: Putty. HEX triplet: BC, A6 and 72. RGB value is (188,166,114). Sum of RGB (Red+Green+Blue) = 188+166+114=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA672 is #43598D. Grayscale: #A6A6A6. Windows color (decimal): -4413838 or 7513788. OLE color: 7513788.

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

Color convert

RGB 188 166 114 -
CMYK 0 0.12 0.39 0.26
HSL 42.16º 0.36% 0.59% -
HSV(B) 42.16º 0.39% 0.74% -
XYZ 37.41 39.18 21.51 -
YUV 166.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 188 166 114 0 0.12 0.39 0.26 42.16 0.36 0.59
Hex BC A6 72 0 C 27 1A 2A 24 3B
Octal 274 246 162 0 14 47 32 52 44 73
Binary 10111100 10100110 1110010 0 1100 100111 11010 101010 100100 111011

Color Harmonies of #BCA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA672

Black with #BCA672

Text Example


Text Example

White with #BCA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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