Html Css Color HEX #BCAA77 Ecru

📋 copy color: '#BCAA77'

red 188 ◦ green 170 ◦ blue 119

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

Shades of Ecru #BCAA77

Tints of Ecru #BCAA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 39.41%
G = 35.64%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCAA77 (or 0xBCAA77) is known color: Ecru. HEX triplet: BC, AA and 77. RGB value is (188,170,119). Sum of RGB (Red+Green+Blue) = 188+170+119=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA77 is #435588. Grayscale: #A9A9A9. Windows color (decimal): -4412809 or 7842492. OLE color: 7842492.

HSL color Cylindrical-coordinate representation of color #BCAA77: hue angle of 44.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCAA77 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 119 -
CMYK 0 0.10 0.37 0.26
HSL 44.35º 0.34% 0.6% -
HSV(B) 44.35º 0.37% 0.74% -
XYZ 38.44 40.77 23.3 -
YUV 169.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 188 170 119 0 0.10 0.37 0.26 44.35 0.34 0.6
Hex BC AA 77 0 A 25 1A 2C 22 3C
Octal 274 252 167 0 12 45 32 54 42 74
Binary 10111100 10101010 1110111 0 1010 100101 11010 101100 100010 111100

Color Harmonies of #BCAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA77

Black with #BCAA77

Text Example


Text Example

White with #BCAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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