Html Css Color HEX #B9AB75 Ecru

📋 copy color: '#B9AB75'

red 185 ◦ green 171 ◦ blue 117

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

Shades of Ecru #B9AB75

Tints of Ecru #B9AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 39.11%
G = 36.15%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9AB75 (or 0xB9AB75) is known color: Ecru. HEX triplet: B9, AB and 75. RGB value is (185,171,117). Sum of RGB (Red+Green+Blue) = 185+171+117=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB75 is #46548A. Grayscale: #A9A9A9. Windows color (decimal): -4609163 or 7711673. OLE color: 7711673.

HSL color Cylindrical-coordinate representation of color #B9AB75: hue angle of 47.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AB75 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 117 -
CMYK 0 0.08 0.37 0.27
HSL 47.65º 0.33% 0.59% -
HSV(B) 47.65º 0.37% 0.73% -
XYZ 37.78 40.72 22.7 -
YUV 169.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 185 171 117 0 0.08 0.37 0.27 47.65 0.33 0.59
Hex B9 AB 75 0 8 25 1B 30 21 3B
Octal 271 253 165 0 10 45 33 60 41 73
Binary 10111001 10101011 1110101 0 1000 100101 11011 110000 100001 111011

Color Harmonies of #B9AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB75

Black with #B9AB75

Text Example


Text Example

White with #B9AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB75; }

 p { color: rgb(185,171,117); }

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

background-color css

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

 a { background-color: rgb(185,171,117); }

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

border-color css

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

 span { border-color: rgb(185,171,117); }

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