Html Css Color HEX #BDB580 Ecru

📋 copy color: '#BDB580'

red 189 ◦ green 181 ◦ blue 128

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

Shades of Ecru #BDB580

Tints of Ecru #BDB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

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

R = 37.95%
G = 36.35%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB580 (or 0xBDB580) is known color: Ecru. HEX triplet: BD, B5 and 80. RGB value is (189,181,128). Sum of RGB (Red+Green+Blue) = 189+181+128=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB580 is #424A7F. Grayscale: #B1B1B1. Windows color (decimal): -4344448 or 8435133. OLE color: 8435133.

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

Color convert

RGB 189 181 128 -
CMYK 0 0.04 0.32 0.26
HSL 52.13º 0.32% 0.62% -
HSV(B) 52.13º 0.32% 0.74% -
XYZ 41.41 45.43 27.01 -
YUV 177.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 189 181 128 0 0.04 0.32 0.26 52.13 0.32 0.62
Hex BD B5 80 0 4 20 1A 34 20 3E
Octal 275 265 200 0 4 40 32 64 40 76
Binary 10111101 10110101 10000000 0 100 100000 11010 110100 100000 111110

Color Harmonies of #BDB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB580

Black with #BDB580

Text Example


Text Example

White with #BDB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB580; }

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

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

background-color css

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

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

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

border-color css

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

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

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