Html Css Color HEX #BDB280 Ecru

📋 copy color: '#BDB280'

red 189 ◦ green 178 ◦ blue 128

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

Shades of Ecru #BDB280

Tints of Ecru #BDB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

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

R = 38.18%
G = 35.96%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB280 (or 0xBDB280) is known color: Ecru. HEX triplet: BD, B2 and 80. RGB value is (189,178,128). Sum of RGB (Red+Green+Blue) = 189+178+128=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB280 is #424D7F. Grayscale: #AFAFAF. Windows color (decimal): -4345216 or 8434365. OLE color: 8434365.

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

Color convert

RGB 189 178 128 -
CMYK 0 0.06 0.32 0.26
HSL 49.18º 0.32% 0.62% -
HSV(B) 49.18º 0.32% 0.74% -
XYZ 40.8 44.22 26.81 -
YUV 175.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 189 178 128 0 0.06 0.32 0.26 49.18 0.32 0.62
Hex BD B2 80 0 6 20 1A 31 20 3E
Octal 275 262 200 0 6 40 32 61 40 76
Binary 10111101 10110010 10000000 0 110 100000 11010 110001 100000 111110

Color Harmonies of #BDB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB280

Black with #BDB280

Text Example


Text Example

White with #BDB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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