Html Css Color HEX #B7944D Tussock

📋 copy color: '#B7944D'

red 183 ◦ green 148 ◦ blue 77

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

Shades of Tussock #B7944D

Tints of Tussock #B7944D

RGB

 RED value IS 183 (71.88% from 255) = 44.85%

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

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

R = 44.85%
G = 36.27%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7944D (or 0xB7944D) is known color: Tussock. HEX triplet: B7, 94 and 4D. RGB value is (183,148,77). Sum of RGB (Red+Green+Blue) = 183+148+77=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7944D is #486BB2. Grayscale: #969696. Windows color (decimal): -4746163 or 5084343. OLE color: 5084343.

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

Color convert

RGB 183 148 77 -
CMYK 0 0.19 0.58 0.28
HSL 40.19º 0.42% 0.51% -
HSV(B) 40.19º 0.58% 0.72% -
XYZ 31.46 31.78 11.5 -
YUV 150.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 183 148 77 0 0.19 0.58 0.28 40.19 0.42 0.51
Hex B7 94 4D 0 13 3A 1C 28 2A 33
Octal 267 224 115 0 23 72 34 50 52 63
Binary 10110111 10010100 1001101 0 10011 111010 11100 101000 101010 110011

Color Harmonies of #B7944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7944D

Black with #B7944D

Text Example


Text Example

White with #B7944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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