Html Css Color HEX #BDAE77 Ecru

📋 copy color: '#BDAE77'

red 189 ◦ green 174 ◦ blue 119

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

Shades of Ecru #BDAE77

Tints of Ecru #BDAE77

RGB

 RED value IS 189 (74.22% from 255) = 39.21%

 GREEN value IS 174 (68.36% from 255) = 36.1%

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

R = 39.21%
G = 36.1%
B = 24.69%

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

#BDAE77 (or 0xBDAE77) is known color: Ecru. HEX triplet: BD, AE and 77. RGB value is (189,174,119). Sum of RGB (Red+Green+Blue) = 189+174+119=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE77 is #425188. Grayscale: #ACACAC. Windows color (decimal): -4346249 or 7843517. OLE color: 7843517.

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

Color convert

RGB 189 174 119 -
CMYK 0 0.08 0.37 0.26
HSL 47.14º 0.35% 0.6% -
HSV(B) 47.14º 0.37% 0.74% -
XYZ 39.45 42.42 23.56 -
YUV 172.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 189 174 119 0 0.08 0.37 0.26 47.14 0.35 0.6
Hex BD AE 77 0 8 25 1A 2F 23 3C
Octal 275 256 167 0 10 45 32 57 43 74
Binary 10111101 10101110 1110111 0 1000 100101 11010 101111 100011 111100

Color Harmonies of #BDAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE77

Black with #BDAE77

Text Example


Text Example

White with #BDAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE77; }

 p { color: rgb(189,174,119); }

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

background-color css

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

 a { background-color: rgb(189,174,119); }

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

border-color css

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

 span { border-color: rgb(189,174,119); }

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