Html Css Color HEX #B89150 Tussock

📋 copy color: '#B89150'

red 184 ◦ green 145 ◦ blue 80

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

Shades of Tussock #B89150

Tints of Tussock #B89150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

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

R = 44.99%
G = 35.45%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89150 (or 0xB89150) is known color: Tussock. HEX triplet: B8, 91 and 50. RGB value is (184,145,80). Sum of RGB (Red+Green+Blue) = 184+145+80=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B89150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89150 is #476EAF. Grayscale: #959595. Windows color (decimal): -4681392 or 5280184. OLE color: 5280184.

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

Color convert

RGB 184 145 80 -
CMYK 0 0.21 0.57 0.28
HSL 37.5º 0.42% 0.52% -
HSV(B) 37.5º 0.57% 0.72% -
XYZ 31.34 31.02 11.93 -
YUV 149.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 184 145 80 0 0.21 0.57 0.28 37.5 0.42 0.52
Hex B8 91 50 0 15 39 1C 26 2A 34
Octal 270 221 120 0 25 71 34 46 52 64
Binary 10111000 10010001 1010000 0 10101 111001 11100 100110 101010 110100

Color Harmonies of #B89150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89150

Black with #B89150

Text Example


Text Example

White with #B89150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89150; }

 p { color: rgb(184,145,80); }

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

background-color css

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

 a { background-color: rgb(184,145,80); }

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

border-color css

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

 span { border-color: rgb(184,145,80); }

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