Html Css Color HEX #BF8F4E Tussock

📋 copy color: '#BF8F4E'

red 191 ◦ green 143 ◦ blue 78

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

Shades of Tussock #BF8F4E

Tints of Tussock #BF8F4E

RGB

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

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

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

R = 46.36%
G = 34.71%
B = 18.93%

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

#BF8F4E (or 0xBF8F4E) is known color: Tussock. HEX triplet: BF, 8F and 4E. RGB value is (191,143,78). Sum of RGB (Red+Green+Blue) = 191+143+78=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F4E is #4070B1. Grayscale: #969696. Windows color (decimal): -4223154 or 5148607. OLE color: 5148607.

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

Color convert

RGB 191 143 78 -
CMYK 0 0.25 0.59 0.25
HSL 34.51º 0.47% 0.53% -
HSV(B) 34.51º 0.59% 0.75% -
XYZ 32.68 31.27 11.52 -
YUV 149.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 191 143 78 0 0.25 0.59 0.25 34.51 0.47 0.53
Hex BF 8F 4E 0 19 3B 19 23 2F 35
Octal 277 217 116 0 31 73 31 43 57 65
Binary 10111111 10001111 1001110 0 11001 111011 11001 100011 101111 110101

Color Harmonies of #BF8F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F4E

Black with #BF8F4E

Text Example


Text Example

White with #BF8F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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