Html Css Color HEX #BDAC77 Ecru

📋 copy color: '#BDAC77'

red 189 ◦ green 172 ◦ blue 119

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

Shades of Ecru #BDAC77

Tints of Ecru #BDAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

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

R = 39.38%
G = 35.83%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDAC77 (or 0xBDAC77) is known color: Ecru. HEX triplet: BD, AC and 77. RGB value is (189,172,119). Sum of RGB (Red+Green+Blue) = 189+172+119=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC77 is #425388. Grayscale: #ABABAB. Windows color (decimal): -4346761 or 7843005. OLE color: 7843005.

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

Color convert

RGB 189 172 119 -
CMYK 0 0.09 0.37 0.26
HSL 45.43º 0.35% 0.6% -
HSV(B) 45.43º 0.37% 0.74% -
XYZ 39.07 41.66 23.43 -
YUV 171.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 189 172 119 0 0.09 0.37 0.26 45.43 0.35 0.6
Hex BD AC 77 0 9 25 1A 2D 23 3C
Octal 275 254 167 0 11 45 32 55 43 74
Binary 10111101 10101100 1110111 0 1001 100101 11010 101101 100011 111100

Color Harmonies of #BDAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC77

Black with #BDAC77

Text Example


Text Example

White with #BDAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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