Html Css Color HEX #B8884E Tussock

📋 copy color: '#B8884E'

red 184 ◦ green 136 ◦ blue 78

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

Shades of Tussock #B8884E

Tints of Tussock #B8884E

RGB

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

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

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

R = 46.23%
G = 34.17%
B = 19.6%

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

#B8884E (or 0xB8884E) is known color: Tussock. HEX triplet: B8, 88 and 4E. RGB value is (184,136,78). Sum of RGB (Red+Green+Blue) = 184+136+78=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8884E is #4777B1. Grayscale: #909090. Windows color (decimal): -4683698 or 5146808. OLE color: 5146808.

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

Color convert

RGB 184 136 78 -
CMYK 0 0.26 0.58 0.28
HSL 32.83º 0.43% 0.51% -
HSV(B) 32.83º 0.58% 0.72% -
XYZ 29.95 28.35 11.1 -
YUV 143.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 184 136 78 0 0.26 0.58 0.28 32.83 0.43 0.51
Hex B8 88 4E 0 1A 3A 1C 21 2B 33
Octal 270 210 116 0 32 72 34 41 53 63
Binary 10111000 10001000 1001110 0 11010 111010 11100 100001 101011 110011

Color Harmonies of #B8884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8884E

Black with #B8884E

Text Example


Text Example

White with #B8884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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