Html Css Color HEX #BDB17E Ecru

📋 copy color: '#BDB17E'

red 189 ◦ green 177 ◦ blue 126

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

Shades of Ecru #BDB17E

Tints of Ecru #BDB17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 38.41%
G = 35.98%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB17E (or 0xBDB17E) is known color: Ecru. HEX triplet: BD, B1 and 7E. RGB value is (189,177,126). Sum of RGB (Red+Green+Blue) = 189+177+126=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17E is #424E81. Grayscale: #AEAEAE. Windows color (decimal): -4345474 or 8303037. OLE color: 8303037.

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

Color convert

RGB 189 177 126 -
CMYK 0 0.06 0.33 0.26
HSL 48.57º 0.32% 0.62% -
HSV(B) 48.57º 0.33% 0.74% -
XYZ 40.47 43.77 26.05 -
YUV 174.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 189 177 126 0 0.06 0.33 0.26 48.57 0.32 0.62
Hex BD B1 7E 0 6 21 1A 31 20 3E
Octal 275 261 176 0 6 41 32 61 40 76
Binary 10111101 10110001 1111110 0 110 100001 11010 110001 100000 111110

Color Harmonies of #BDB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB17E

Black with #BDB17E

Text Example


Text Example

White with #BDB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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