Html Css Color HEX #B78950 Tussock

📋 copy color: '#B78950'

red 183 ◦ green 137 ◦ blue 80

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

Shades of Tussock #B78950

Tints of Tussock #B78950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 45.75%
G = 34.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B78950 (or 0xB78950) is known color: Tussock. HEX triplet: B7, 89 and 50. RGB value is (183,137,80). Sum of RGB (Red+Green+Blue) = 183+137+80=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B78950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78950 is #4876AF. Grayscale: #909090. Windows color (decimal): -4748976 or 5278135. OLE color: 5278135.

HSL color Cylindrical-coordinate representation of color #B78950: hue angle of 33.2º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B78950 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 137 80 -
CMYK 0 0.25 0.56 0.28
HSL 33.2º 0.42% 0.52% -
HSV(B) 33.2º 0.56% 0.72% -
XYZ 29.92 28.54 11.52 -
YUV 144.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 183 137 80 0 0.25 0.56 0.28 33.2 0.42 0.52
Hex B7 89 50 0 19 38 1C 21 2A 34
Octal 267 211 120 0 31 70 34 41 52 64
Binary 10110111 10001001 1010000 0 11001 111000 11100 100001 101010 110100

Color Harmonies of #B78950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78950

Black with #B78950

Text Example


Text Example

White with #B78950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78950; }

 p { color: rgb(183,137,80); }

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

background-color css

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

 a { background-color: rgb(183,137,80); }

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

border-color css

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

 span { border-color: rgb(183,137,80); }

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