Html Css Color HEX #BDB481 Ecru

📋 copy color: '#BDB481'

red 189 ◦ green 180 ◦ blue 129

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

Shades of Ecru #BDB481

Tints of Ecru #BDB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 129 (50.78% from 255) = 25.9%

R = 37.95%
G = 36.14%
B = 25.9%

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

#BDB481 (or 0xBDB481) is known color: Ecru. HEX triplet: BD, B4 and 81. RGB value is (189,180,129). Sum of RGB (Red+Green+Blue) = 189+180+129=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB481 is #424B7E. Grayscale: #B1B1B1. Windows color (decimal): -4344703 or 8500413. OLE color: 8500413.

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

Color convert

RGB 189 180 129 -
CMYK 0 0.05 0.32 0.26
HSL 51º 0.31% 0.62% -
HSV(B) 51º 0.32% 0.74% -
XYZ 41.27 45.05 27.29 -
YUV 176.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 189 180 129 0 0.05 0.32 0.26 51 0.31 0.62
Hex BD B4 81 0 5 20 1A 33 1F 3E
Octal 275 264 201 0 5 40 32 63 37 76
Binary 10111101 10110100 10000001 0 101 100000 11010 110011 11111 111110

Color Harmonies of #BDB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB481

Black with #BDB481

Text Example


Text Example

White with #BDB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB481; }

 p { color: rgb(189,180,129); }

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

background-color css

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

 a { background-color: rgb(189,180,129); }

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

border-color css

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

 span { border-color: rgb(189,180,129); }

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