Html Css Color HEX #BF8C49 Tussock

📋 copy color: '#BF8C49'

red 191 ◦ green 140 ◦ blue 73

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

Shades of Tussock #BF8C49

Tints of Tussock #BF8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

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

R = 47.28%
G = 34.65%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8C49 (or 0xBF8C49) is known color: Tussock. HEX triplet: BF, 8C and 49. RGB value is (191,140,73). Sum of RGB (Red+Green+Blue) = 191+140+73=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C49 is #4073B6. Grayscale: #939393. Windows color (decimal): -4223927 or 4820159. OLE color: 4820159.

HSL color Cylindrical-coordinate representation of color #BF8C49: hue angle of 34.07º 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 #BF8C49 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 73 -
CMYK 0 0.27 0.62 0.25
HSL 34.07º 0.48% 0.52% -
HSV(B) 34.07º 0.62% 0.75% -
XYZ 32.07 30.31 10.46 -
YUV 147.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 191 140 73 0 0.27 0.62 0.25 34.07 0.48 0.52
Hex BF 8C 49 0 1B 3E 19 22 30 34
Octal 277 214 111 0 33 76 31 42 60 64
Binary 10111111 10001100 1001001 0 11011 111110 11001 100010 110000 110100

Color Harmonies of #BF8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C49

Black with #BF8C49

Text Example


Text Example

White with #BF8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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