Html Css Color HEX #BDA776 Ecru

📋 copy color: '#BDA776'

red 189 ◦ green 167 ◦ blue 118

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

Shades of Ecru #BDA776

Tints of Ecru #BDA776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 39.87%
G = 35.23%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA776 (or 0xBDA776) is known color: Ecru. HEX triplet: BD, A7 and 76. RGB value is (189,167,118). Sum of RGB (Red+Green+Blue) = 189+167+118=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA776 is #425889. Grayscale: #A8A8A8. Windows color (decimal): -4348042 or 7776189. OLE color: 7776189.

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

Color convert

RGB 189 167 118 -
CMYK 0 0.12 0.38 0.26
HSL 41.41º 0.35% 0.6% -
HSV(B) 41.41º 0.38% 0.74% -
XYZ 38.08 39.76 22.81 -
YUV 167.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 189 167 118 0 0.12 0.38 0.26 41.41 0.35 0.6
Hex BD A7 76 0 C 26 1A 29 23 3C
Octal 275 247 166 0 14 46 32 51 43 74
Binary 10111101 10100111 1110110 0 1100 100110 11010 101001 100011 111100

Color Harmonies of #BDA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA776

Black with #BDA776

Text Example


Text Example

White with #BDA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA776; }

 p { color: rgb(189,167,118); }

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

background-color css

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

 a { background-color: rgb(189,167,118); }

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

border-color css

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

 span { border-color: rgb(189,167,118); }

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