Html Css Color HEX #BCA175 Fallow

📋 copy color: '#BCA175'

red 188 ◦ green 161 ◦ blue 117

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

Shades of Fallow #BCA175

Tints of Fallow #BCA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 40.34%
G = 34.55%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA175 (or 0xBCA175) is known color: Fallow. HEX triplet: BC, A1 and 75. RGB value is (188,161,117). Sum of RGB (Red+Green+Blue) = 188+161+117=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA175 is #435E8A. Grayscale: #A4A4A4. Windows color (decimal): -4415115 or 7709116. OLE color: 7709116.

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

Color convert

RGB 188 161 117 -
CMYK 0 0.14 0.38 0.26
HSL 37.18º 0.35% 0.6% -
HSV(B) 37.18º 0.38% 0.74% -
XYZ 36.69 37.47 22.13 -
YUV 164.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 188 161 117 0 0.14 0.38 0.26 37.18 0.35 0.6
Hex BC A1 75 0 E 26 1A 25 23 3C
Octal 274 241 165 0 16 46 32 45 43 74
Binary 10111100 10100001 1110101 0 1110 100110 11010 100101 100011 111100

Color Harmonies of #BCA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA175

Black with #BCA175

Text Example


Text Example

White with #BCA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA175; }

 p { color: rgb(188,161,117); }

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

background-color css

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

 a { background-color: rgb(188,161,117); }

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

border-color css

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

 span { border-color: rgb(188,161,117); }

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