Html Css Color HEX #BDB079 Ecru

📋 copy color: '#BDB079'

red 189 ◦ green 176 ◦ blue 121

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

Shades of Ecru #BDB079

Tints of Ecru #BDB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 38.89%
G = 36.21%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB079 (or 0xBDB079) is known color: Ecru. HEX triplet: BD, B0 and 79. RGB value is (189,176,121). Sum of RGB (Red+Green+Blue) = 189+176+121=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB079 is #424F86. Grayscale: #ADADAD. Windows color (decimal): -4345735 or 7975101. OLE color: 7975101.

HSL color Cylindrical-coordinate representation of color #BDB079: hue angle of 48.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDB079 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 121 -
CMYK 0 0.07 0.36 0.26
HSL 48.53º 0.34% 0.61% -
HSV(B) 48.53º 0.36% 0.74% -
XYZ 39.96 43.25 24.33 -
YUV 173.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 189 176 121 0 0.07 0.36 0.26 48.53 0.34 0.61
Hex BD B0 79 0 7 24 1A 31 22 3D
Octal 275 260 171 0 7 44 32 61 42 75
Binary 10111101 10110000 1111001 0 111 100100 11010 110001 100010 111101

Color Harmonies of #BDB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB079

Black with #BDB079

Text Example


Text Example

White with #BDB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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