Html Css Color HEX #B9914E Tussock

📋 copy color: '#B9914E'

red 185 ◦ green 145 ◦ blue 78

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

Shades of Tussock #B9914E

Tints of Tussock #B9914E

RGB

 RED value IS 185 (72.66% from 255) = 45.34%

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

 BLUE value IS 78 (30.86% from 255) = 19.12%

R = 45.34%
G = 35.54%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9914E (or 0xB9914E) is known color: Tussock. HEX triplet: B9, 91 and 4E. RGB value is (185,145,78). Sum of RGB (Red+Green+Blue) = 185+145+78=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9914E is #466EB1. Grayscale: #959595. Windows color (decimal): -4615858 or 5149113. OLE color: 5149113.

HSL color Cylindrical-coordinate representation of color #B9914E: hue angle of 37.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9914E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 78 -
CMYK 0 0.22 0.58 0.27
HSL 37.57º 0.43% 0.52% -
HSV(B) 37.57º 0.58% 0.73% -
XYZ 31.51 31.12 11.55 -
YUV 149.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 185 145 78 0 0.22 0.58 0.27 37.57 0.43 0.52
Hex B9 91 4E 0 16 3A 1B 26 2B 34
Octal 271 221 116 0 26 72 33 46 53 64
Binary 10111001 10010001 1001110 0 10110 111010 11011 100110 101011 110100

Color Harmonies of #B9914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9914E

Black with #B9914E

Text Example


Text Example

White with #B9914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9914E; }

 p { color: rgb(185,145,78); }

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

background-color css

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

 a { background-color: rgb(185,145,78); }

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

border-color css

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

 span { border-color: rgb(185,145,78); }

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