Html Css Color HEX #BDA879 Ecru

📋 copy color: '#BDA879'

red 189 ◦ green 168 ◦ blue 121

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

Shades of Ecru #BDA879

Tints of Ecru #BDA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 39.54%
G = 35.15%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA879 (or 0xBDA879) is known color: Ecru. HEX triplet: BD, A8 and 79. RGB value is (189,168,121). Sum of RGB (Red+Green+Blue) = 189+168+121=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA879 is #425786. Grayscale: #A9A9A9. Windows color (decimal): -4347783 or 7973053. OLE color: 7973053.

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

Color convert

RGB 189 168 121 -
CMYK 0 0.11 0.36 0.26
HSL 41.47º 0.34% 0.61% -
HSV(B) 41.47º 0.36% 0.74% -
XYZ 38.44 40.2 23.82 -
YUV 168.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 189 168 121 0 0.11 0.36 0.26 41.47 0.34 0.61
Hex BD A8 79 0 B 24 1A 29 22 3D
Octal 275 250 171 0 13 44 32 51 42 75
Binary 10111101 10101000 1111001 0 1011 100100 11010 101001 100010 111101

Color Harmonies of #BDA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA879

Black with #BDA879

Text Example


Text Example

White with #BDA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA879; }

 p { color: rgb(189,168,121); }

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

background-color css

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

 a { background-color: rgb(189,168,121); }

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

border-color css

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

 span { border-color: rgb(189,168,121); }

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