Html Css Color HEX #BDB179 Ecru

📋 copy color: '#BDB179'

red 189 ◦ green 177 ◦ blue 121

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

Shades of Ecru #BDB179

Tints of Ecru #BDB179

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

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

R = 38.81%
G = 36.34%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB179 (or 0xBDB179) is known color: Ecru. HEX triplet: BD, B1 and 79. RGB value is (189,177,121). Sum of RGB (Red+Green+Blue) = 189+177+121=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB179 is #424E86. Grayscale: #AEAEAE. Windows color (decimal): -4345479 or 7975357. OLE color: 7975357.

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

Color convert

RGB 189 177 121 -
CMYK 0 0.06 0.36 0.26
HSL 49.41º 0.34% 0.61% -
HSV(B) 49.41º 0.36% 0.74% -
XYZ 40.16 43.64 24.4 -
YUV 174.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 189 177 121 0 0.06 0.36 0.26 49.41 0.34 0.61
Hex BD B1 79 0 6 24 1A 31 22 3D
Octal 275 261 171 0 6 44 32 61 42 75
Binary 10111101 10110001 1111001 0 110 100100 11010 110001 100010 111101

Color Harmonies of #BDB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB179

Black with #BDB179

Text Example


Text Example

White with #BDB179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB179; }

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

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

background-color css

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

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

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

border-color css

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

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

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