Html Css Color HEX #BCA374 Fallow

📋 copy color: '#BCA374'

red 188 ◦ green 163 ◦ blue 116

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

Shades of Fallow #BCA374

Tints of Fallow #BCA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 40.26%
G = 34.9%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA374 (or 0xBCA374) is known color: Fallow. HEX triplet: BC, A3 and 74. RGB value is (188,163,116). Sum of RGB (Red+Green+Blue) = 188+163+116=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA374 is #435C8B. Grayscale: #A5A5A5. Windows color (decimal): -4414604 or 7644092. OLE color: 7644092.

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

Color convert

RGB 188 163 116 -
CMYK 0 0.13 0.38 0.26
HSL 39.17º 0.35% 0.6% -
HSV(B) 39.17º 0.38% 0.74% -
XYZ 36.99 38.15 21.94 -
YUV 165.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 188 163 116 0 0.13 0.38 0.26 39.17 0.35 0.6
Hex BC A3 74 0 D 26 1A 27 23 3C
Octal 274 243 164 0 15 46 32 47 43 74
Binary 10111100 10100011 1110100 0 1101 100110 11010 100111 100011 111100

Color Harmonies of #BCA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA374

Black with #BCA374

Text Example


Text Example

White with #BCA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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