Html Css Color HEX #BDB175 Ecru

📋 copy color: '#BDB175'

red 189 ◦ green 177 ◦ blue 117

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

Shades of Ecru #BDB175

Tints of Ecru #BDB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 39.13%
G = 36.65%
B = 24.22%

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

#BDB175 (or 0xBDB175) is known color: Ecru. HEX triplet: BD, B1 and 75. RGB value is (189,177,117). Sum of RGB (Red+Green+Blue) = 189+177+117=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB175 is #424E8A. Grayscale: #AEAEAE. Windows color (decimal): -4345483 or 7713213. OLE color: 7713213.

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

Color convert

RGB 189 177 117 -
CMYK 0 0.06 0.38 0.26
HSL 50º 0.35% 0.6% -
HSV(B) 50º 0.38% 0.74% -
XYZ 39.92 43.55 23.13 -
YUV 173.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 189 177 117 0 0.06 0.38 0.26 50 0.35 0.6
Hex BD B1 75 0 6 26 1A 32 23 3C
Octal 275 261 165 0 6 46 32 62 43 74
Binary 10111101 10110001 1110101 0 110 100110 11010 110010 100011 111100

Color Harmonies of #BDB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB175

Black with #BDB175

Text Example


Text Example

White with #BDB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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