Html Css Color HEX #BCAA74 Ecru

📋 copy color: '#BCAA74'

red 188 ◦ green 170 ◦ blue 116

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

Shades of Ecru #BCAA74

Tints of Ecru #BCAA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

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

R = 39.66%
G = 35.86%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCAA74 (or 0xBCAA74) is known color: Ecru. HEX triplet: BC, AA and 74. RGB value is (188,170,116). Sum of RGB (Red+Green+Blue) = 188+170+116=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA74 is #43558B. Grayscale: #A9A9A9. Windows color (decimal): -4412812 or 7645884. OLE color: 7645884.

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

Color convert

RGB 188 170 116 -
CMYK 0 0.10 0.38 0.26
HSL 45º 0.35% 0.6% -
HSV(B) 45º 0.38% 0.74% -
XYZ 38.27 40.7 22.36 -
YUV 169.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 188 170 116 0 0.10 0.38 0.26 45 0.35 0.6
Hex BC AA 74 0 A 26 1A 2D 23 3C
Octal 274 252 164 0 12 46 32 55 43 74
Binary 10111100 10101010 1110100 0 1010 100110 11010 101101 100011 111100

Color Harmonies of #BCAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA74

Black with #BCAA74

Text Example


Text Example

White with #BCAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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