Html Css Color HEX #B8944D Tussock

📋 copy color: '#B8944D'

red 184 ◦ green 148 ◦ blue 77

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

Shades of Tussock #B8944D

Tints of Tussock #B8944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 44.99%
G = 36.19%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8944D (or 0xB8944D) is known color: Tussock. HEX triplet: B8, 94 and 4D. RGB value is (184,148,77). Sum of RGB (Red+Green+Blue) = 184+148+77=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8944D is #476BB2. Grayscale: #969696. Windows color (decimal): -4680627 or 5084344. OLE color: 5084344.

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

Color convert

RGB 184 148 77 -
CMYK 0 0.20 0.58 0.28
HSL 39.81º 0.43% 0.51% -
HSV(B) 39.81º 0.58% 0.72% -
XYZ 31.7 31.91 11.51 -
YUV 150.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 184 148 77 0 0.20 0.58 0.28 39.81 0.43 0.51
Hex B8 94 4D 0 14 3A 1C 28 2B 33
Octal 270 224 115 0 24 72 34 50 53 63
Binary 10111000 10010100 1001101 0 10100 111010 11100 101000 101011 110011

Color Harmonies of #B8944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8944D

Black with #B8944D

Text Example


Text Example

White with #B8944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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