Html Css Color HEX #BCAD77 Ecru

📋 copy color: '#BCAD77'

red 188 ◦ green 173 ◦ blue 119

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

Shades of Ecru #BCAD77

Tints of Ecru #BCAD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 39.17%
G = 36.04%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCAD77 (or 0xBCAD77) is known color: Ecru. HEX triplet: BC, AD and 77. RGB value is (188,173,119). Sum of RGB (Red+Green+Blue) = 188+173+119=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD77 is #435288. Grayscale: #ABABAB. Windows color (decimal): -4412041 or 7843260. OLE color: 7843260.

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

Color convert

RGB 188 173 119 -
CMYK 0 0.08 0.37 0.26
HSL 46.96º 0.34% 0.6% -
HSV(B) 46.96º 0.37% 0.74% -
XYZ 39.01 41.91 23.49 -
YUV 171.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 188 173 119 0 0.08 0.37 0.26 46.96 0.34 0.6
Hex BC AD 77 0 8 25 1A 2F 22 3C
Octal 274 255 167 0 10 45 32 57 42 74
Binary 10111100 10101101 1110111 0 1000 100101 11010 101111 100010 111100

Color Harmonies of #BCAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD77

Black with #BCAD77

Text Example


Text Example

White with #BCAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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