Html Css Color HEX #BF8F49 Tussock

📋 copy color: '#BF8F49'

red 191 ◦ green 143 ◦ blue 73

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

Shades of Tussock #BF8F49

Tints of Tussock #BF8F49

RGB

 RED value IS 191 (75% from 255) = 46.93%

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 46.93%
G = 35.14%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8F49 (or 0xBF8F49) is known color: Tussock. HEX triplet: BF, 8F and 49. RGB value is (191,143,73). Sum of RGB (Red+Green+Blue) = 191+143+73=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F49 is #4070B6. Grayscale: #959595. Windows color (decimal): -4223159 or 4820927. OLE color: 4820927.

HSL color Cylindrical-coordinate representation of color #BF8F49: hue angle of 35.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF8F49 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 73 -
CMYK 0 0.25 0.62 0.25
HSL 35.59º 0.48% 0.52% -
HSV(B) 35.59º 0.62% 0.75% -
XYZ 32.51 31.2 10.61 -
YUV 149.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 191 143 73 0 0.25 0.62 0.25 35.59 0.48 0.52
Hex BF 8F 49 0 19 3E 19 24 30 34
Octal 277 217 111 0 31 76 31 44 60 64
Binary 10111111 10001111 1001001 0 11001 111110 11001 100100 110000 110100

Color Harmonies of #BF8F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F49

Black with #BF8F49

Text Example


Text Example

White with #BF8F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F49; }

 p { color: rgb(191,143,73); }

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

background-color css

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

 a { background-color: rgb(191,143,73); }

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

border-color css

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

 span { border-color: rgb(191,143,73); }

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