Html Css Color HEX #BDB579 Ecru

📋 copy color: '#BDB579'

red 189 ◦ green 181 ◦ blue 121

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

Shades of Ecru #BDB579

Tints of Ecru #BDB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 38.49%
G = 36.86%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB579 (or 0xBDB579) is known color: Ecru. HEX triplet: BD, B5 and 79. RGB value is (189,181,121). Sum of RGB (Red+Green+Blue) = 189+181+121=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB579 is #424A86. Grayscale: #B0B0B0. Windows color (decimal): -4344455 or 7976381. OLE color: 7976381.

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

Color convert

RGB 189 181 121 -
CMYK 0 0.04 0.36 0.26
HSL 52.94º 0.34% 0.61% -
HSV(B) 52.94º 0.36% 0.74% -
XYZ 40.96 45.25 24.66 -
YUV 176.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 189 181 121 0 0.04 0.36 0.26 52.94 0.34 0.61
Hex BD B5 79 0 4 24 1A 35 22 3D
Octal 275 265 171 0 4 44 32 65 42 75
Binary 10111101 10110101 1111001 0 100 100100 11010 110101 100010 111101

Color Harmonies of #BDB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB579

Black with #BDB579

Text Example


Text Example

White with #BDB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB579; }

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

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

background-color css

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

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

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

border-color css

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

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

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