Html Css Color HEX #BDB080 Ecru

📋 copy color: '#BDB080'

red 189 ◦ green 176 ◦ blue 128

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

Shades of Ecru #BDB080

Tints of Ecru #BDB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 38.34%
G = 35.7%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB080 (or 0xBDB080) is known color: Ecru. HEX triplet: BD, B0 and 80. RGB value is (189,176,128). Sum of RGB (Red+Green+Blue) = 189+176+128=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB080 is #424F7F. Grayscale: #AEAEAE. Windows color (decimal): -4345728 or 8433853. OLE color: 8433853.

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

Color convert

RGB 189 176 128 -
CMYK 0 0.07 0.32 0.26
HSL 47.21º 0.32% 0.62% -
HSV(B) 47.21º 0.32% 0.74% -
XYZ 40.41 43.43 26.67 -
YUV 174.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 189 176 128 0 0.07 0.32 0.26 47.21 0.32 0.62
Hex BD B0 80 0 7 20 1A 2F 20 3E
Octal 275 260 200 0 7 40 32 57 40 76
Binary 10111101 10110000 10000000 0 111 100000 11010 101111 100000 111110

Color Harmonies of #BDB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB080

Black with #BDB080

Text Example


Text Example

White with #BDB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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