Html Css Color HEX #BCA874 Ecru

📋 copy color: '#BCA874'

red 188 ◦ green 168 ◦ blue 116

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

Shades of Ecru #BCA874

Tints of Ecru #BCA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

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

R = 39.83%
G = 35.59%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA874 (or 0xBCA874) is known color: Ecru. HEX triplet: BC, A8 and 74. RGB value is (188,168,116). Sum of RGB (Red+Green+Blue) = 188+168+116=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA874 is #43578B. Grayscale: #A8A8A8. Windows color (decimal): -4413324 or 7645372. OLE color: 7645372.

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

Color convert

RGB 188 168 116 -
CMYK 0 0.11 0.38 0.26
HSL 43.33º 0.35% 0.6% -
HSV(B) 43.33º 0.38% 0.74% -
XYZ 37.89 39.96 22.24 -
YUV 168.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 188 168 116 0 0.11 0.38 0.26 43.33 0.35 0.6
Hex BC A8 74 0 B 26 1A 2B 23 3C
Octal 274 250 164 0 13 46 32 53 43 74
Binary 10111100 10101000 1110100 0 1011 100110 11010 101011 100011 111100

Color Harmonies of #BCA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA874

Black with #BCA874

Text Example


Text Example

White with #BCA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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