Html Css Color HEX #BDB379 Ecru

📋 copy color: '#BDB379'

red 189 ◦ green 179 ◦ blue 121

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

Shades of Ecru #BDB379

Tints of Ecru #BDB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 38.65%
G = 36.61%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB379 (or 0xBDB379) is known color: Ecru. HEX triplet: BD, B3 and 79. RGB value is (189,179,121). Sum of RGB (Red+Green+Blue) = 189+179+121=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB379 is #424C86. Grayscale: #AFAFAF. Windows color (decimal): -4344967 or 7975869. OLE color: 7975869.

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

Color convert

RGB 189 179 121 -
CMYK 0 0.05 0.36 0.26
HSL 51.18º 0.34% 0.61% -
HSV(B) 51.18º 0.36% 0.74% -
XYZ 40.56 44.44 24.53 -
YUV 175.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 189 179 121 0 0.05 0.36 0.26 51.18 0.34 0.61
Hex BD B3 79 0 5 24 1A 33 22 3D
Octal 275 263 171 0 5 44 32 63 42 75
Binary 10111101 10110011 1111001 0 101 100100 11010 110011 100010 111101

Color Harmonies of #BDB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB379

Black with #BDB379

Text Example


Text Example

White with #BDB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB379; }

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

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

background-color css

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

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

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

border-color css

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

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

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