Html Css Color HEX #BDB178 Ecru

📋 copy color: '#BDB178'

red 189 ◦ green 177 ◦ blue 120

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

Shades of Ecru #BDB178

Tints of Ecru #BDB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 38.89%
G = 36.42%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB178 (or 0xBDB178) is known color: Ecru. HEX triplet: BD, B1 and 78. RGB value is (189,177,120). Sum of RGB (Red+Green+Blue) = 189+177+120=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB178 is #424E87. Grayscale: #AEAEAE. Windows color (decimal): -4345480 or 7909821. OLE color: 7909821.

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

Color convert

RGB 189 177 120 -
CMYK 0 0.06 0.37 0.26
HSL 49.57º 0.34% 0.61% -
HSV(B) 49.57º 0.37% 0.74% -
XYZ 40.1 43.62 24.08 -
YUV 174.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 189 177 120 0 0.06 0.37 0.26 49.57 0.34 0.61
Hex BD B1 78 0 6 25 1A 32 22 3D
Octal 275 261 170 0 6 45 32 62 42 75
Binary 10111101 10110001 1111000 0 110 100101 11010 110010 100010 111101

Color Harmonies of #BDB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB178

Black with #BDB178

Text Example


Text Example

White with #BDB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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