Html Css Color HEX #B9884E Tussock

📋 copy color: '#B9884E'

red 185 ◦ green 136 ◦ blue 78

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

Shades of Tussock #B9884E

Tints of Tussock #B9884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 46.37%
G = 34.09%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9884E (or 0xB9884E) is known color: Tussock. HEX triplet: B9, 88 and 4E. RGB value is (185,136,78). Sum of RGB (Red+Green+Blue) = 185+136+78=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9884E is #4677B1. Grayscale: #909090. Windows color (decimal): -4618162 or 5146809. OLE color: 5146809.

HSL color Cylindrical-coordinate representation of color #B9884E: hue angle of 32.52º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9884E is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 78 -
CMYK 0 0.26 0.58 0.27
HSL 32.52º 0.43% 0.52% -
HSV(B) 32.52º 0.58% 0.73% -
XYZ 30.19 28.47 11.11 -
YUV 144.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 185 136 78 0 0.26 0.58 0.27 32.52 0.43 0.52
Hex B9 88 4E 0 1A 3A 1B 21 2B 34
Octal 271 210 116 0 32 72 33 41 53 64
Binary 10111001 10001000 1001110 0 11010 111010 11011 100001 101011 110100

Color Harmonies of #B9884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9884E

Black with #B9884E

Text Example


Text Example

White with #B9884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9884E; }

 p { color: rgb(185,136,78); }

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

background-color css

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

 a { background-color: rgb(185,136,78); }

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

border-color css

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

 span { border-color: rgb(185,136,78); }

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