Html Css Color HEX #BCA575 Fallow

📋 copy color: '#BCA575'

red 188 ◦ green 165 ◦ blue 117

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

Shades of Fallow #BCA575

Tints of Fallow #BCA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 40%
G = 35.11%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA575 (or 0xBCA575) is known color: Fallow. HEX triplet: BC, A5 and 75. RGB value is (188,165,117). Sum of RGB (Red+Green+Blue) = 188+165+117=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA575 is #435A8A. Grayscale: #A6A6A6. Windows color (decimal): -4414091 or 7710140. OLE color: 7710140.

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

Color convert

RGB 188 165 117 -
CMYK 0 0.12 0.38 0.26
HSL 40.56º 0.35% 0.6% -
HSV(B) 40.56º 0.38% 0.74% -
XYZ 37.41 38.89 22.36 -
YUV 166.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 188 165 117 0 0.12 0.38 0.26 40.56 0.35 0.6
Hex BC A5 75 0 C 26 1A 29 23 3C
Octal 274 245 165 0 14 46 32 51 43 74
Binary 10111100 10100101 1110101 0 1100 100110 11010 101001 100011 111100

Color Harmonies of #BCA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA575

Black with #BCA575

Text Example


Text Example

White with #BCA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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