Html Css Color HEX #B78D4A Tussock

📋 copy color: '#B78D4A'

red 183 ◦ green 141 ◦ blue 74

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

Shades of Tussock #B78D4A

Tints of Tussock #B78D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

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

R = 45.98%
G = 35.43%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B78D4A (or 0xB78D4A) is known color: Tussock. HEX triplet: B7, 8D and 4A. RGB value is (183,141,74). Sum of RGB (Red+Green+Blue) = 183+141+74=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D4A is #4872B5. Grayscale: #929292. Windows color (decimal): -4747958 or 4885943. OLE color: 4885943.

HSL color Cylindrical-coordinate representation of color #B78D4A: hue angle of 36.88º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B78D4A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 141 74 -
CMYK 0 0.23 0.60 0.28
HSL 36.88º 0.43% 0.5% -
HSV(B) 36.88º 0.6% 0.72% -
XYZ 30.29 29.61 10.6 -
YUV 145.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 183 141 74 0 0.23 0.60 0.28 36.88 0.43 0.5
Hex B7 8D 4A 0 17 3C 1C 25 2B 32
Octal 267 215 112 0 27 74 34 45 53 62
Binary 10110111 10001101 1001010 0 10111 111100 11100 100101 101011 110010

Color Harmonies of #B78D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78D4A

Black with #B78D4A

Text Example


Text Example

White with #B78D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78D4A; }

 p { color: rgb(183,141,74); }

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

background-color css

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

 a { background-color: rgb(183,141,74); }

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

border-color css

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

 span { border-color: rgb(183,141,74); }

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