Html Css Color HEX #B6884C Tussock

📋 copy color: '#B6884C'

red 182 ◦ green 136 ◦ blue 76

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

Shades of Tussock #B6884C

Tints of Tussock #B6884C

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

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

R = 46.19%
G = 34.52%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6884C (or 0xB6884C) is known color: Tussock. HEX triplet: B6, 88 and 4C. RGB value is (182,136,76). Sum of RGB (Red+Green+Blue) = 182+136+76=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6884C is #4977B3. Grayscale: #8F8F8F. Windows color (decimal): -4814772 or 5015734. OLE color: 5015734.

HSL color Cylindrical-coordinate representation of color #B6884C: hue angle of 33.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6884C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 76 -
CMYK 0 0.25 0.58 0.29
HSL 33.96º 0.42% 0.51% -
HSV(B) 33.96º 0.58% 0.71% -
XYZ 29.4 28.08 10.71 -
YUV 142.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 182 136 76 0 0.25 0.58 0.29 33.96 0.42 0.51
Hex B6 88 4C 0 19 3A 1D 22 2A 33
Octal 266 210 114 0 31 72 35 42 52 63
Binary 10110110 10001000 1001100 0 11001 111010 11101 100010 101010 110011

Color Harmonies of #B6884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6884C

Black with #B6884C

Text Example


Text Example

White with #B6884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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