Html Css Color HEX #B9894C Tussock

📋 copy color: '#B9894C'

red 185 ◦ green 137 ◦ blue 76

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

Shades of Tussock #B9894C

Tints of Tussock #B9894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 46.48%
G = 34.42%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9894C (or 0xB9894C) is known color: Tussock. HEX triplet: B9, 89 and 4C. RGB value is (185,137,76). Sum of RGB (Red+Green+Blue) = 185+137+76=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9894C is #4676B3. Grayscale: #909090. Windows color (decimal): -4617908 or 5015993. OLE color: 5015993.

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

Color convert

RGB 185 137 76 -
CMYK 0 0.26 0.59 0.27
HSL 33.58º 0.44% 0.51% -
HSV(B) 33.58º 0.59% 0.73% -
XYZ 30.26 28.73 10.79 -
YUV 144.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 185 137 76 0 0.26 0.59 0.27 33.58 0.44 0.51
Hex B9 89 4C 0 1A 3B 1B 22 2C 33
Octal 271 211 114 0 32 73 33 42 54 63
Binary 10111001 10001001 1001100 0 11010 111011 11011 100010 101100 110011

Color Harmonies of #B9894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9894C

Black with #B9894C

Text Example


Text Example

White with #B9894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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