Html Css Color HEX #BDB479 Ecru

📋 copy color: '#BDB479'

red 189 ◦ green 180 ◦ blue 121

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

Shades of Ecru #BDB479

Tints of Ecru #BDB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 38.57%
G = 36.73%
B = 24.69%

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

#BDB479 (or 0xBDB479) is known color: Ecru. HEX triplet: BD, B4 and 79. RGB value is (189,180,121). Sum of RGB (Red+Green+Blue) = 189+180+121=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB479 is #424B86. Grayscale: #B0B0B0. Windows color (decimal): -4344711 or 7976125. OLE color: 7976125.

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

Color convert

RGB 189 180 121 -
CMYK 0 0.05 0.36 0.26
HSL 52.06º 0.34% 0.61% -
HSV(B) 52.06º 0.36% 0.74% -
XYZ 40.76 44.84 24.6 -
YUV 175.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 189 180 121 0 0.05 0.36 0.26 52.06 0.34 0.61
Hex BD B4 79 0 5 24 1A 34 22 3D
Octal 275 264 171 0 5 44 32 64 42 75
Binary 10111101 10110100 1111001 0 101 100100 11010 110100 100010 111101

Color Harmonies of #BDB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB479

Black with #BDB479

Text Example


Text Example

White with #BDB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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