Html Css Color HEX #BCA371 Fallow

📋 copy color: '#BCA371'

red 188 ◦ green 163 ◦ blue 113

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

Shades of Fallow #BCA371

Tints of Fallow #BCA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 40.52%
G = 35.13%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA371 (or 0xBCA371) is known color: Fallow. HEX triplet: BC, A3 and 71. RGB value is (188,163,113). Sum of RGB (Red+Green+Blue) = 188+163+113=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA371 is #435C8E. Grayscale: #A5A5A5. Windows color (decimal): -4414607 or 7447484. OLE color: 7447484.

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

Color convert

RGB 188 163 113 -
CMYK 0 0.13 0.40 0.26
HSL 40º 0.36% 0.59% -
HSV(B) 40º 0.4% 0.74% -
XYZ 36.82 38.08 21.03 -
YUV 164.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 188 163 113 0 0.13 0.40 0.26 40 0.36 0.59
Hex BC A3 71 0 D 28 1A 28 24 3B
Octal 274 243 161 0 15 50 32 50 44 73
Binary 10111100 10100011 1110001 0 1101 101000 11010 101000 100100 111011

Color Harmonies of #BCA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA371

Black with #BCA371

Text Example


Text Example

White with #BCA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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