Html Css Color HEX #BCA177 Fallow

📋 copy color: '#BCA177'

red 188 ◦ green 161 ◦ blue 119

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

Shades of Fallow #BCA177

Tints of Fallow #BCA177

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 40.17%
G = 34.4%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCA177 (or 0xBCA177) is known color: Fallow. HEX triplet: BC, A1 and 77. RGB value is (188,161,119). Sum of RGB (Red+Green+Blue) = 188+161+119=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA177 is #435E88. Grayscale: #A4A4A4. Windows color (decimal): -4415113 or 7840188. OLE color: 7840188.

HSL color Cylindrical-coordinate representation of color #BCA177: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA177 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 119 -
CMYK 0 0.14 0.37 0.26
HSL 36.52º 0.34% 0.6% -
HSV(B) 36.52º 0.37% 0.74% -
XYZ 36.81 37.51 22.75 -
YUV 164.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 188 161 119 0 0.14 0.37 0.26 36.52 0.34 0.6
Hex BC A1 77 0 E 25 1A 25 22 3C
Octal 274 241 167 0 16 45 32 45 42 74
Binary 10111100 10100001 1110111 0 1110 100101 11010 100101 100010 111100

Color Harmonies of #BCA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA177

Black with #BCA177

Text Example


Text Example

White with #BCA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA177; }

 p { color: rgb(188,161,119); }

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

background-color css

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

 a { background-color: rgb(188,161,119); }

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

border-color css

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

 span { border-color: rgb(188,161,119); }

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