Html Css Color HEX #B9AD7B Ecru

📋 copy color: '#B9AD7B'

red 185 ◦ green 173 ◦ blue 123

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

Shades of Ecru #B9AD7B

Tints of Ecru #B9AD7B

RGB

 RED value IS 185 (72.66% from 255) = 38.46%

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 38.46%
G = 35.97%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9AD7B (or 0xB9AD7B) is known color: Ecru. HEX triplet: B9, AD and 7B. RGB value is (185,173,123). Sum of RGB (Red+Green+Blue) = 185+173+123=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD7B is #465284. Grayscale: #ABABAB. Windows color (decimal): -4608645 or 8105401. OLE color: 8105401.

HSL color Cylindrical-coordinate representation of color #B9AD7B: hue angle of 48.39º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9AD7B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 123 -
CMYK 0 0.06 0.34 0.27
HSL 48.39º 0.31% 0.6% -
HSV(B) 48.39º 0.34% 0.73% -
XYZ 38.53 41.63 24.74 -
YUV 170.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 185 173 123 0 0.06 0.34 0.27 48.39 0.31 0.6
Hex B9 AD 7B 0 6 22 1B 30 1F 3C
Octal 271 255 173 0 6 42 33 60 37 74
Binary 10111001 10101101 1111011 0 110 100010 11011 110000 11111 111100

Color Harmonies of #B9AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD7B

Black with #B9AD7B

Text Example


Text Example

White with #B9AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD7B; }

 p { color: rgb(185,173,123); }

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

background-color css

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

 a { background-color: rgb(185,173,123); }

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

border-color css

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

 span { border-color: rgb(185,173,123); }

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