Html Css Color HEX #B9894E Tussock

📋 copy color: '#B9894E'

red 185 ◦ green 137 ◦ blue 78

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

Shades of Tussock #B9894E

Tints of Tussock #B9894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

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

R = 46.25%
G = 34.25%
B = 19.5%

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

#B9894E (or 0xB9894E) is known color: Tussock. HEX triplet: B9, 89 and 4E. RGB value is (185,137,78). Sum of RGB (Red+Green+Blue) = 185+137+78=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9894E is #4676B1. Grayscale: #909090. Windows color (decimal): -4617906 or 5147065. OLE color: 5147065.

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

Color convert

RGB 185 137 78 -
CMYK 0 0.26 0.58 0.27
HSL 33.08º 0.43% 0.52% -
HSV(B) 33.08º 0.58% 0.73% -
XYZ 30.33 28.76 11.16 -
YUV 144.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 185 137 78 0 0.26 0.58 0.27 33.08 0.43 0.52
Hex B9 89 4E 0 1A 3A 1B 21 2B 34
Octal 271 211 116 0 32 72 33 41 53 64
Binary 10111001 10001001 1001110 0 11010 111010 11011 100001 101011 110100

Color Harmonies of #B9894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9894E

Black with #B9894E

Text Example


Text Example

White with #B9894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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