Html Css Color HEX #BDB377 Ecru

📋 copy color: '#BDB377'

red 189 ◦ green 179 ◦ blue 119

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

Shades of Ecru #BDB377

Tints of Ecru #BDB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 38.81%
G = 36.76%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB377 (or 0xBDB377) is known color: Ecru. HEX triplet: BD, B3 and 77. RGB value is (189,179,119). Sum of RGB (Red+Green+Blue) = 189+179+119=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB377 is #424C88. Grayscale: #AFAFAF. Windows color (decimal): -4344969 or 7844797. OLE color: 7844797.

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

Color convert

RGB 189 179 119 -
CMYK 0 0.05 0.37 0.26
HSL 51.43º 0.35% 0.6% -
HSV(B) 51.43º 0.37% 0.74% -
XYZ 40.44 44.39 23.89 -
YUV 175.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 189 179 119 0 0.05 0.37 0.26 51.43 0.35 0.6
Hex BD B3 77 0 5 25 1A 33 23 3C
Octal 275 263 167 0 5 45 32 63 43 74
Binary 10111101 10110011 1110111 0 101 100101 11010 110011 100011 111100

Color Harmonies of #BDB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB377

Black with #BDB377

Text Example


Text Example

White with #BDB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB377; }

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

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

background-color css

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

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

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

border-color css

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

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

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