#BDB277

Color #BDB277 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BDB277

Tints of Ecru #BDB277

Color information

#BDB277 (or 0xBDB277) is unknown color: approx Ecru. HEX triplet: BD, B2 and 77. RGB value is (189,178,119). Sum of RGB (Red+Green+Blue) = 189+178+119=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB277 is #424D88. Grayscale: #AEAEAE. Windows color (decimal): -4345225 or 7844541. OLE color: 7844541.

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

Color convert

RGB189178119-
CMYK00.060.370.26
HSL50.57º34.65%60.39%-
HSV(B)50.57º37.04%74.12%-
XYZ40.2443.9923.82-
YUV174.5696.64138.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=38.89%
G=36.63%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917811900.060.370.2650.5734.6560.39
HexBDB27706251A33233c
Octal275262167064532634374
Binary10111101101100101110111011010010111010110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB277; }

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

 H1.HeaderClassName
 {
   color: #BDB277;
 }
 .AnyTagClassName
 {
   color: #BDB277;
 }
</style>
background-color css

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

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

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

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

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

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