Html Css Color HEX #BF8F4F Tussock

📋 copy color: '#BF8F4F'

red 191 ◦ green 143 ◦ blue 79

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

Shades of Tussock #BF8F4F

Tints of Tussock #BF8F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 46.25%
G = 34.62%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF8F4F (or 0xBF8F4F) is known color: Tussock. HEX triplet: BF, 8F and 4F. RGB value is (191,143,79). Sum of RGB (Red+Green+Blue) = 191+143+79=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F4F is #4070B0. Grayscale: #969696. Windows color (decimal): -4223153 or 5214143. OLE color: 5214143.

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

Color convert

RGB 191 143 79 -
CMYK 0 0.25 0.59 0.25
HSL 34.29º 0.47% 0.53% -
HSV(B) 34.29º 0.59% 0.75% -
XYZ 32.72 31.29 11.71 -
YUV 150.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 191 143 79 0 0.25 0.59 0.25 34.29 0.47 0.53
Hex BF 8F 4F 0 19 3B 19 22 2F 35
Octal 277 217 117 0 31 73 31 42 57 65
Binary 10111111 10001111 1001111 0 11001 111011 11001 100010 101111 110101

Color Harmonies of #BF8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F4F

Black with #BF8F4F

Text Example


Text Example

White with #BF8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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