Html Css Color HEX #B8894A Tussock

📋 copy color: '#B8894A'

red 184 ◦ green 137 ◦ blue 74

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

Shades of Tussock #B8894A

Tints of Tussock #B8894A

RGB

 RED value IS 184 (72.27% from 255) = 46.58%

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 46.58%
G = 34.68%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8894A (or 0xB8894A) is known color: Tussock. HEX triplet: B8, 89 and 4A. RGB value is (184,137,74). Sum of RGB (Red+Green+Blue) = 184+137+74=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8894A is #4776B5. Grayscale: #909090. Windows color (decimal): -4683446 or 4884920. OLE color: 4884920.

HSL color Cylindrical-coordinate representation of color #B8894A: hue angle of 34.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8894A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 74 -
CMYK 0 0.26 0.60 0.28
HSL 34.36º 0.44% 0.51% -
HSV(B) 34.36º 0.6% 0.72% -
XYZ 29.95 28.58 10.42 -
YUV 143.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 184 137 74 0 0.26 0.60 0.28 34.36 0.44 0.51
Hex B8 89 4A 0 1A 3C 1C 22 2C 33
Octal 270 211 112 0 32 74 34 42 54 63
Binary 10111000 10001001 1001010 0 11010 111100 11100 100010 101100 110011

Color Harmonies of #B8894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8894A

Black with #B8894A

Text Example


Text Example

White with #B8894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8894A; }

 p { color: rgb(184,137,74); }

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

background-color css

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

 a { background-color: rgb(184,137,74); }

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

border-color css

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

 span { border-color: rgb(184,137,74); }

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