Html Css Color HEX #BCA071 Fallow

📋 copy color: '#BCA071'

red 188 ◦ green 160 ◦ blue 113

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

Shades of Fallow #BCA071

Tints of Fallow #BCA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

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

R = 40.78%
G = 34.71%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA071 (or 0xBCA071) is known color: Fallow. HEX triplet: BC, A0 and 71. RGB value is (188,160,113). Sum of RGB (Red+Green+Blue) = 188+160+113=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA071 is #435F8E. Grayscale: #A3A3A3. Windows color (decimal): -4415375 or 7446716. OLE color: 7446716.

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

Color convert

RGB 188 160 113 -
CMYK 0 0.15 0.40 0.26
HSL 37.6º 0.36% 0.59% -
HSV(B) 37.6º 0.4% 0.74% -
XYZ 36.29 37.03 20.86 -
YUV 163.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 188 160 113 0 0.15 0.40 0.26 37.6 0.36 0.59
Hex BC A0 71 0 F 28 1A 26 24 3B
Octal 274 240 161 0 17 50 32 46 44 73
Binary 10111100 10100000 1110001 0 1111 101000 11010 100110 100100 111011

Color Harmonies of #BCA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA071

Black with #BCA071

Text Example


Text Example

White with #BCA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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