Html Css Color HEX #BCA171 Fallow

📋 copy color: '#BCA171'

red 188 ◦ green 161 ◦ blue 113

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

Shades of Fallow #BCA171

Tints of Fallow #BCA171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 40.69%
G = 34.85%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA171 (or 0xBCA171) is known color: Fallow. HEX triplet: BC, A1 and 71. RGB value is (188,161,113). Sum of RGB (Red+Green+Blue) = 188+161+113=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA171 is #435E8E. Grayscale: #A3A3A3. Windows color (decimal): -4415119 or 7446972. OLE color: 7446972.

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

Color convert

RGB 188 161 113 -
CMYK 0 0.14 0.40 0.26
HSL 38.4º 0.36% 0.59% -
HSV(B) 38.4º 0.4% 0.74% -
XYZ 36.46 37.37 20.91 -
YUV 163.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 188 161 113 0 0.14 0.40 0.26 38.4 0.36 0.59
Hex BC A1 71 0 E 28 1A 26 24 3B
Octal 274 241 161 0 16 50 32 46 44 73
Binary 10111100 10100001 1110001 0 1110 101000 11010 100110 100100 111011

Color Harmonies of #BCA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA171

Black with #BCA171

Text Example


Text Example

White with #BCA171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA171; }

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

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

background-color css

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

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

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

border-color css

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

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

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