Html Css Color HEX #BCA075 Fallow

📋 copy color: '#BCA075'

red 188 ◦ green 160 ◦ blue 117

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

Shades of Fallow #BCA075

Tints of Fallow #BCA075

RGB

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

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

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

R = 40.43%
G = 34.41%
B = 25.16%

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

#BCA075 (or 0xBCA075) is known color: Fallow. HEX triplet: BC, A0 and 75. RGB value is (188,160,117). Sum of RGB (Red+Green+Blue) = 188+160+117=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA075 is #435F8A. Grayscale: #A3A3A3. Windows color (decimal): -4415371 or 7708860. OLE color: 7708860.

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

Color convert

RGB 188 160 117 -
CMYK 0 0.15 0.38 0.26
HSL 36.34º 0.35% 0.6% -
HSV(B) 36.34º 0.38% 0.74% -
XYZ 36.52 37.12 22.07 -
YUV 163.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 188 160 117 0 0.15 0.38 0.26 36.34 0.35 0.6
Hex BC A0 75 0 F 26 1A 24 23 3C
Octal 274 240 165 0 17 46 32 44 43 74
Binary 10111100 10100000 1110101 0 1111 100110 11010 100100 100011 111100

Color Harmonies of #BCA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA075

Black with #BCA075

Text Example


Text Example

White with #BCA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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