Html Css Color HEX #BF8946 Tussock

📋 copy color: '#BF8946'

red 191 ◦ green 137 ◦ blue 70

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

Shades of Tussock #BF8946

Tints of Tussock #BF8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 47.99%
G = 34.42%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8946 (or 0xBF8946) is known color: Tussock. HEX triplet: BF, 89 and 46. RGB value is (191,137,70). Sum of RGB (Red+Green+Blue) = 191+137+70=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8946 is #4076B9. Grayscale: #919191. Windows color (decimal): -4224698 or 4622783. OLE color: 4622783.

HSL color Cylindrical-coordinate representation of color #BF8946: hue angle of 33.22º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF8946 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 70 -
CMYK 0 0.28 0.63 0.25
HSL 33.22º 0.49% 0.51% -
HSV(B) 33.22º 0.63% 0.75% -
XYZ 31.54 29.41 9.81 -
YUV 145.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 191 137 70 0 0.28 0.63 0.25 33.22 0.49 0.51
Hex BF 89 46 0 1C 3F 19 21 31 33
Octal 277 211 106 0 34 77 31 41 61 63
Binary 10111111 10001001 1000110 0 11100 111111 11001 100001 110001 110011

Color Harmonies of #BF8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8946

Black with #BF8946

Text Example


Text Example

White with #BF8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8946; }

 p { color: rgb(191,137,70); }

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

background-color css

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

 a { background-color: rgb(191,137,70); }

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

border-color css

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

 span { border-color: rgb(191,137,70); }

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