Html Css Color HEX #BDB384 Ecru

📋 copy color: '#BDB384'

red 189 ◦ green 179 ◦ blue 132

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

Shades of Ecru #BDB384

Tints of Ecru #BDB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 37.8%
G = 35.8%
B = 26.4%

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

#BDB384 (or 0xBDB384) is known color: Ecru. HEX triplet: BD, B3 and 84. RGB value is (189,179,132). Sum of RGB (Red+Green+Blue) = 189+179+132=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB384 is #424C7B. Grayscale: #B0B0B0. Windows color (decimal): -4344956 or 8696765. OLE color: 8696765.

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

Color convert

RGB 189 179 132 -
CMYK 0 0.05 0.30 0.26
HSL 49.47º 0.3% 0.63% -
HSV(B) 49.47º 0.3% 0.74% -
XYZ 41.27 44.72 28.29 -
YUV 176.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 189 179 132 0 0.05 0.30 0.26 49.47 0.3 0.63
Hex BD B3 84 0 5 1E 1A 31 1E 3F
Octal 275 263 204 0 5 36 32 61 36 77
Binary 10111101 10110011 10000100 0 101 11110 11010 110001 11110 111111

Color Harmonies of #BDB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB384

Black with #BDB384

Text Example


Text Example

White with #BDB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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