Html Css Color HEX #BDB081 Ecru

📋 copy color: '#BDB081'

red 189 ◦ green 176 ◦ blue 129

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

Shades of Ecru #BDB081

Tints of Ecru #BDB081

RGB

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

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

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

R = 38.26%
G = 35.63%
B = 26.11%

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

#BDB081 (or 0xBDB081) is known color: Ecru. HEX triplet: BD, B0 and 81. RGB value is (189,176,129). Sum of RGB (Red+Green+Blue) = 189+176+129=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB081 is #424F7E. Grayscale: #AEAEAE. Windows color (decimal): -4345727 or 8499389. OLE color: 8499389.

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

Color convert

RGB 189 176 129 -
CMYK 0 0.07 0.32 0.26
HSL 47º 0.31% 0.62% -
HSV(B) 47º 0.32% 0.74% -
XYZ 40.47 43.45 27.02 -
YUV 174.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 189 176 129 0 0.07 0.32 0.26 47 0.31 0.62
Hex BD B0 81 0 7 20 1A 2F 1F 3E
Octal 275 260 201 0 7 40 32 57 37 76
Binary 10111101 10110000 10000001 0 111 100000 11010 101111 11111 111110

Color Harmonies of #BDB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB081

Black with #BDB081

Text Example


Text Example

White with #BDB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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