Html Css Color HEX #BF8859 Twine

📋 copy color: '#BF8859'

red 191 ◦ green 136 ◦ blue 89

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

Shades of Twine #BF8859

Tints of Twine #BF8859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 45.91%
G = 32.69%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF8859 (or 0xBF8859) is known color: Twine. HEX triplet: BF, 88 and 59. RGB value is (191,136,89). Sum of RGB (Red+Green+Blue) = 191+136+89=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8859 is #4077A6. Grayscale: #939393. Windows color (decimal): -4224935 or 5867711. OLE color: 5867711.

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

Color convert

RGB 191 136 89 -
CMYK 0 0.29 0.53 0.25
HSL 27.65º 0.44% 0.55% -
HSV(B) 27.65º 0.53% 0.75% -
XYZ 32.09 29.41 13.44 -
YUV 147.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 191 136 89 0 0.29 0.53 0.25 27.65 0.44 0.55
Hex BF 88 59 0 1D 35 19 1C 2C 37
Octal 277 210 131 0 35 65 31 34 54 67
Binary 10111111 10001000 1011001 0 11101 110101 11001 11100 101100 110111

Color Harmonies of #BF8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8859

Black with #BF8859

Text Example


Text Example

White with #BF8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8859; }

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

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

background-color css

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

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

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

border-color css

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

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

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