Html Css Color HEX #BCA074 Fallow

📋 copy color: '#BCA074'

red 188 ◦ green 160 ◦ blue 116

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

Shades of Fallow #BCA074

Tints of Fallow #BCA074

RGB

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

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

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

R = 40.52%
G = 34.48%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA074 (or 0xBCA074) is known color: Fallow. HEX triplet: BC, A0 and 74. RGB value is (188,160,116). Sum of RGB (Red+Green+Blue) = 188+160+116=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA074 is #435F8B. Grayscale: #A3A3A3. Windows color (decimal): -4415372 or 7643324. OLE color: 7643324.

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

Color convert

RGB 188 160 116 -
CMYK 0 0.15 0.38 0.26
HSL 36.67º 0.35% 0.6% -
HSV(B) 36.67º 0.38% 0.74% -
XYZ 36.46 37.09 21.76 -
YUV 163.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 188 160 116 0 0.15 0.38 0.26 36.67 0.35 0.6
Hex BC A0 74 0 F 26 1A 25 23 3C
Octal 274 240 164 0 17 46 32 45 43 74
Binary 10111100 10100000 1110100 0 1111 100110 11010 100101 100011 111100

Color Harmonies of #BCA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA074

Black with #BCA074

Text Example


Text Example

White with #BCA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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