Html Css Color HEX #B8884C Tussock

📋 copy color: '#B8884C'

red 184 ◦ green 136 ◦ blue 76

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

Shades of Tussock #B8884C

Tints of Tussock #B8884C

RGB

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

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

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

R = 46.46%
G = 34.34%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8884C (or 0xB8884C) is known color: Tussock. HEX triplet: B8, 88 and 4C. RGB value is (184,136,76). Sum of RGB (Red+Green+Blue) = 184+136+76=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8884C is #4777B3. Grayscale: #8F8F8F. Windows color (decimal): -4683700 or 5015736. OLE color: 5015736.

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

Color convert

RGB 184 136 76 -
CMYK 0 0.26 0.59 0.28
HSL 33.33º 0.43% 0.51% -
HSV(B) 33.33º 0.59% 0.72% -
XYZ 29.88 28.32 10.73 -
YUV 143.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 184 136 76 0 0.26 0.59 0.28 33.33 0.43 0.51
Hex B8 88 4C 0 1A 3B 1C 21 2B 33
Octal 270 210 114 0 32 73 34 41 53 63
Binary 10111000 10001000 1001100 0 11010 111011 11100 100001 101011 110011

Color Harmonies of #B8884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8884C

Black with #B8884C

Text Example


Text Example

White with #B8884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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