Html Css Color HEX #BDB176 Ecru

📋 copy color: '#BDB176'

red 189 ◦ green 177 ◦ blue 118

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

Shades of Ecru #BDB176

Tints of Ecru #BDB176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 39.05%
G = 36.57%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB176 (or 0xBDB176) is known color: Ecru. HEX triplet: BD, B1 and 76. RGB value is (189,177,118). Sum of RGB (Red+Green+Blue) = 189+177+118=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB176 is #424E89. Grayscale: #AEAEAE. Windows color (decimal): -4345482 or 7778749. OLE color: 7778749.

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

Color convert

RGB 189 177 118 -
CMYK 0 0.06 0.38 0.26
HSL 49.86º 0.35% 0.6% -
HSV(B) 49.86º 0.38% 0.74% -
XYZ 39.98 43.57 23.44 -
YUV 173.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 189 177 118 0 0.06 0.38 0.26 49.86 0.35 0.6
Hex BD B1 76 0 6 26 1A 32 23 3C
Octal 275 261 166 0 6 46 32 62 43 74
Binary 10111101 10110001 1110110 0 110 100110 11010 110010 100011 111100

Color Harmonies of #BDB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB176

Black with #BDB176

Text Example


Text Example

White with #BDB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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