Html Css Color HEX #B6884A Tussock

📋 copy color: '#B6884A'

red 182 ◦ green 136 ◦ blue 74

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

Shades of Tussock #B6884A

Tints of Tussock #B6884A

RGB

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

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

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

R = 46.43%
G = 34.69%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6884A (or 0xB6884A) is known color: Tussock. HEX triplet: B6, 88 and 4A. RGB value is (182,136,74). Sum of RGB (Red+Green+Blue) = 182+136+74=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6884A is #4977B5. Grayscale: #8E8E8E. Windows color (decimal): -4814774 or 4884662. OLE color: 4884662.

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

Color convert

RGB 182 136 74 -
CMYK 0 0.25 0.59 0.29
HSL 34.44º 0.43% 0.5% -
HSV(B) 34.44º 0.59% 0.71% -
XYZ 29.33 28.05 10.35 -
YUV 142.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 182 136 74 0 0.25 0.59 0.29 34.44 0.43 0.5
Hex B6 88 4A 0 19 3B 1D 22 2B 32
Octal 266 210 112 0 31 73 35 42 53 62
Binary 10110110 10001000 1001010 0 11001 111011 11101 100010 101011 110010

Color Harmonies of #B6884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6884A

Black with #B6884A

Text Example


Text Example

White with #B6884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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