Html Css Color HEX #BCA079 Fallow

📋 copy color: '#BCA079'

red 188 ◦ green 160 ◦ blue 121

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

Shades of Fallow #BCA079

Tints of Fallow #BCA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 40.09%
G = 34.12%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA079 (or 0xBCA079) is known color: Fallow. HEX triplet: BC, A0 and 79. RGB value is (188,160,121). Sum of RGB (Red+Green+Blue) = 188+160+121=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA079 is #435F86. Grayscale: #A4A4A4. Windows color (decimal): -4415367 or 7971004. OLE color: 7971004.

HSL color Cylindrical-coordinate representation of color #BCA079: hue angle of 34.93º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA079 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 121 -
CMYK 0 0.15 0.36 0.26
HSL 34.93º 0.33% 0.61% -
HSV(B) 34.93º 0.36% 0.74% -
XYZ 36.76 37.21 23.33 -
YUV 163.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 188 160 121 0 0.15 0.36 0.26 34.93 0.33 0.61
Hex BC A0 79 0 F 24 1A 23 21 3D
Octal 274 240 171 0 17 44 32 43 41 75
Binary 10111100 10100000 1111001 0 1111 100100 11010 100011 100001 111101

Color Harmonies of #BCA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA079

Black with #BCA079

Text Example


Text Example

White with #BCA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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