Html Css Color HEX #BF994E Tussock

📋 copy color: '#BF994E'

red 191 ◦ green 153 ◦ blue 78

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

Shades of Tussock #BF994E

Tints of Tussock #BF994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 45.26%
G = 36.26%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF994E (or 0xBF994E) is known color: Tussock. HEX triplet: BF, 99 and 4E. RGB value is (191,153,78). Sum of RGB (Red+Green+Blue) = 191+153+78=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF994E is #4066B1. Grayscale: #9C9C9C. Windows color (decimal): -4220594 or 5151167. OLE color: 5151167.

HSL color Cylindrical-coordinate representation of color #BF994E: hue angle of 39.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF994E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 78 -
CMYK 0 0.20 0.59 0.25
HSL 39.82º 0.47% 0.53% -
HSV(B) 39.82º 0.59% 0.75% -
XYZ 34.25 34.41 12.04 -
YUV 155.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 191 153 78 0 0.20 0.59 0.25 39.82 0.47 0.53
Hex BF 99 4E 0 14 3B 19 28 2F 35
Octal 277 231 116 0 24 73 31 50 57 65
Binary 10111111 10011001 1001110 0 10100 111011 11001 101000 101111 110101

Color Harmonies of #BF994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF994E

Black with #BF994E

Text Example


Text Example

White with #BF994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF994E; }

 p { color: rgb(191,153,78); }

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

background-color css

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

 a { background-color: rgb(191,153,78); }

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

border-color css

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

 span { border-color: rgb(191,153,78); }

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