Html Css Color HEX #BDB077 Ecru

📋 copy color: '#BDB077'

red 189 ◦ green 176 ◦ blue 119

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

Shades of Ecru #BDB077

Tints of Ecru #BDB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 39.05%
G = 36.36%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB077 (or 0xBDB077) is known color: Ecru. HEX triplet: BD, B0 and 77. RGB value is (189,176,119). Sum of RGB (Red+Green+Blue) = 189+176+119=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB077 is #424F88. Grayscale: #ADADAD. Windows color (decimal): -4345737 or 7844029. OLE color: 7844029.

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

Color convert

RGB 189 176 119 -
CMYK 0 0.07 0.37 0.26
HSL 48.86º 0.35% 0.6% -
HSV(B) 48.86º 0.37% 0.74% -
XYZ 39.84 43.2 23.69 -
YUV 173.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 189 176 119 0 0.07 0.37 0.26 48.86 0.35 0.6
Hex BD B0 77 0 7 25 1A 31 23 3C
Octal 275 260 167 0 7 45 32 61 43 74
Binary 10111101 10110000 1110111 0 111 100101 11010 110001 100011 111100

Color Harmonies of #BDB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB077

Black with #BDB077

Text Example


Text Example

White with #BDB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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