Html Css Color HEX #BF8F59 Twine

📋 copy color: '#BF8F59'

red 191 ◦ green 143 ◦ blue 89

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

Shades of Twine #BF8F59

Tints of Twine #BF8F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 45.15%
G = 33.81%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF8F59 (or 0xBF8F59) is known color: Twine. HEX triplet: BF, 8F and 59. RGB value is (191,143,89). Sum of RGB (Red+Green+Blue) = 191+143+89=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F59 is #4070A6. Grayscale: #979797. Windows color (decimal): -4223143 or 5869503. OLE color: 5869503.

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

Color convert

RGB 191 143 89 -
CMYK 0 0.25 0.53 0.25
HSL 31.76º 0.44% 0.55% -
HSV(B) 31.76º 0.53% 0.75% -
XYZ 33.11 31.44 13.78 -
YUV 151.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 191 143 89 0 0.25 0.53 0.25 31.76 0.44 0.55
Hex BF 8F 59 0 19 35 19 20 2C 37
Octal 277 217 131 0 31 65 31 40 54 67
Binary 10111111 10001111 1011001 0 11001 110101 11001 100000 101100 110111

Color Harmonies of #BF8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F59

Black with #BF8F59

Text Example


Text Example

White with #BF8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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