Html Css Color HEX #BDB181 Ecru

📋 copy color: '#BDB181'

red 189 ◦ green 177 ◦ blue 129

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

Shades of Ecru #BDB181

Tints of Ecru #BDB181

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

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

R = 38.18%
G = 35.76%
B = 26.06%

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

#BDB181 (or 0xBDB181) is known color: Ecru. HEX triplet: BD, B1 and 81. RGB value is (189,177,129). Sum of RGB (Red+Green+Blue) = 189+177+129=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB181 is #424E7E. Grayscale: #AFAFAF. Windows color (decimal): -4345471 or 8499645. OLE color: 8499645.

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

Color convert

RGB 189 177 129 -
CMYK 0 0.06 0.32 0.26
HSL 48º 0.31% 0.62% -
HSV(B) 48º 0.32% 0.74% -
XYZ 40.67 43.85 27.09 -
YUV 175.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 189 177 129 0 0.06 0.32 0.26 48 0.31 0.62
Hex BD B1 81 0 6 20 1A 30 1F 3E
Octal 275 261 201 0 6 40 32 60 37 76
Binary 10111101 10110001 10000001 0 110 100000 11010 110000 11111 111110

Color Harmonies of #BDB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB181

Black with #BDB181

Text Example


Text Example

White with #BDB181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB181; }

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

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

background-color css

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

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

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

border-color css

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

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

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