Html Css Color HEX #BDB177 Ecru

📋 copy color: '#BDB177'

red 189 ◦ green 177 ◦ blue 119

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

Shades of Ecru #BDB177

Tints of Ecru #BDB177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 38.97%
G = 36.49%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB177 (or 0xBDB177) is known color: Ecru. HEX triplet: BD, B1 and 77. RGB value is (189,177,119). Sum of RGB (Red+Green+Blue) = 189+177+119=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB177 is #424E88. Grayscale: #AEAEAE. Windows color (decimal): -4345481 or 7844285. OLE color: 7844285.

HSL color Cylindrical-coordinate representation of color #BDB177: hue angle of 49.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDB177 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 119 -
CMYK 0 0.06 0.37 0.26
HSL 49.71º 0.35% 0.6% -
HSV(B) 49.71º 0.37% 0.74% -
XYZ 40.04 43.6 23.76 -
YUV 173.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 189 177 119 0 0.06 0.37 0.26 49.71 0.35 0.6
Hex BD B1 77 0 6 25 1A 32 23 3C
Octal 275 261 167 0 6 45 32 62 43 74
Binary 10111101 10110001 1110111 0 110 100101 11010 110010 100011 111100

Color Harmonies of #BDB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB177

Black with #BDB177

Text Example


Text Example

White with #BDB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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