Html Css Color HEX #B8894D Tussock

📋 copy color: '#B8894D'

red 184 ◦ green 137 ◦ blue 77

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

Shades of Tussock #B8894D

Tints of Tussock #B8894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 46.23%
G = 34.42%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8894D (or 0xB8894D) is known color: Tussock. HEX triplet: B8, 89 and 4D. RGB value is (184,137,77). Sum of RGB (Red+Green+Blue) = 184+137+77=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8894D is #4776B2. Grayscale: #909090. Windows color (decimal): -4683443 or 5081528. OLE color: 5081528.

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

Color convert

RGB 184 137 77 -
CMYK 0 0.26 0.58 0.28
HSL 33.64º 0.43% 0.51% -
HSV(B) 33.64º 0.58% 0.72% -
XYZ 30.05 28.62 10.96 -
YUV 144.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 184 137 77 0 0.26 0.58 0.28 33.64 0.43 0.51
Hex B8 89 4D 0 1A 3A 1C 22 2B 33
Octal 270 211 115 0 32 72 34 42 53 63
Binary 10111000 10001001 1001101 0 11010 111010 11100 100010 101011 110011

Color Harmonies of #B8894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8894D

Black with #B8894D

Text Example


Text Example

White with #B8894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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