Html Css Color HEX #BDB380 Ecru

📋 copy color: '#BDB380'

red 189 ◦ green 179 ◦ blue 128

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

Shades of Ecru #BDB380

Tints of Ecru #BDB380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.81%

R = 38.1%
G = 36.09%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB380 (or 0xBDB380) is known color: Ecru. HEX triplet: BD, B3 and 80. RGB value is (189,179,128). Sum of RGB (Red+Green+Blue) = 189+179+128=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB380 is #424C7F. Grayscale: #B0B0B0. Windows color (decimal): -4344960 or 8434621. OLE color: 8434621.

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

Color convert

RGB 189 179 128 -
CMYK 0 0.05 0.32 0.26
HSL 50.16º 0.32% 0.62% -
HSV(B) 50.16º 0.32% 0.74% -
XYZ 41 44.62 26.87 -
YUV 176.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 189 179 128 0 0.05 0.32 0.26 50.16 0.32 0.62
Hex BD B3 80 0 5 20 1A 32 20 3E
Octal 275 263 200 0 5 40 32 62 40 76
Binary 10111101 10110011 10000000 0 101 100000 11010 110010 100000 111110

Color Harmonies of #BDB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB380

Black with #BDB380

Text Example


Text Example

White with #BDB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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