Html Css Color HEX #BDB680 Ecru

📋 copy color: '#BDB680'

red 189 ◦ green 182 ◦ blue 128

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

Shades of Ecru #BDB680

Tints of Ecru #BDB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

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

R = 37.88%
G = 36.47%
B = 25.65%

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

#BDB680 (or 0xBDB680) is known color: Ecru. HEX triplet: BD, B6 and 80. RGB value is (189,182,128). Sum of RGB (Red+Green+Blue) = 189+182+128=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB680 is #42497F. Grayscale: #B2B2B2. Windows color (decimal): -4344192 or 8435389. OLE color: 8435389.

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

Color convert

RGB 189 182 128 -
CMYK 0 0.04 0.32 0.26
HSL 53.11º 0.32% 0.62% -
HSV(B) 53.11º 0.32% 0.74% -
XYZ 41.61 45.83 27.08 -
YUV 177.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 189 182 128 0 0.04 0.32 0.26 53.11 0.32 0.62
Hex BD B6 80 0 4 20 1A 35 20 3E
Octal 275 266 200 0 4 40 32 65 40 76
Binary 10111101 10110110 10000000 0 100 100000 11010 110101 100000 111110

Color Harmonies of #BDB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB680

Black with #BDB680

Text Example


Text Example

White with #BDB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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