Html Css Color HEX #BDB385 Ecru

📋 copy color: '#BDB385'

red 189 ◦ green 179 ◦ blue 133

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

Shades of Ecru #BDB385

Tints of Ecru #BDB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 37.72%
G = 35.73%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDB385 (or 0xBDB385) is known color: Ecru. HEX triplet: BD, B3 and 85. RGB value is (189,179,133). Sum of RGB (Red+Green+Blue) = 189+179+133=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB385 is #424C7A. Grayscale: #B0B0B0. Windows color (decimal): -4344955 or 8762301. OLE color: 8762301.

HSL color Cylindrical-coordinate representation of color #BDB385: hue angle of 49.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB385 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 133 -
CMYK 0 0.05 0.30 0.26
HSL 49.29º 0.3% 0.63% -
HSV(B) 49.29º 0.3% 0.74% -
XYZ 41.34 44.75 28.65 -
YUV 176.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 189 179 133 0 0.05 0.30 0.26 49.29 0.3 0.63
Hex BD B3 85 0 5 1E 1A 31 1E 3F
Octal 275 263 205 0 5 36 32 61 36 77
Binary 10111101 10110011 10000101 0 101 11110 11010 110001 11110 111111

Color Harmonies of #BDB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB385

Black with #BDB385

Text Example


Text Example

White with #BDB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB385; }

 p { color: rgb(189,179,133); }

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

background-color css

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

 a { background-color: rgb(189,179,133); }

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

border-color css

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

 span { border-color: rgb(189,179,133); }

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