Html Css Color HEX #BCA777 Ecru

📋 copy color: '#BCA777'

red 188 ◦ green 167 ◦ blue 119

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

Shades of Ecru #BCA777

Tints of Ecru #BCA777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

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

R = 39.66%
G = 35.23%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCA777 (or 0xBCA777) is known color: Ecru. HEX triplet: BC, A7 and 77. RGB value is (188,167,119). Sum of RGB (Red+Green+Blue) = 188+167+119=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA777 is #435888. Grayscale: #A8A8A8. Windows color (decimal): -4413577 or 7841724. OLE color: 7841724.

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

Color convert

RGB 188 167 119 -
CMYK 0 0.11 0.37 0.26
HSL 41.74º 0.34% 0.6% -
HSV(B) 41.74º 0.37% 0.74% -
XYZ 37.89 39.66 23.11 -
YUV 167.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 188 167 119 0 0.11 0.37 0.26 41.74 0.34 0.6
Hex BC A7 77 0 B 25 1A 2A 22 3C
Octal 274 247 167 0 13 45 32 52 42 74
Binary 10111100 10100111 1110111 0 1011 100101 11010 101010 100010 111100

Color Harmonies of #BCA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA777

Black with #BCA777

Text Example


Text Example

White with #BCA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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