Html Css Color HEX #BF8259 Twine

📋 copy color: '#BF8259'

red 191 ◦ green 130 ◦ blue 89

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

Shades of Twine #BF8259

Tints of Twine #BF8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 46.59%
G = 31.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF8259 (or 0xBF8259) is known color: Twine. HEX triplet: BF, 82 and 59. RGB value is (191,130,89). Sum of RGB (Red+Green+Blue) = 191+130+89=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8259 is #407DA6. Grayscale: #8F8F8F. Windows color (decimal): -4226471 or 5866175. OLE color: 5866175.

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

Color convert

RGB 191 130 89 -
CMYK 0 0.32 0.53 0.25
HSL 24.12º 0.44% 0.55% -
HSV(B) 24.12º 0.53% 0.75% -
XYZ 31.27 27.76 13.16 -
YUV 143.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 191 130 89 0 0.32 0.53 0.25 24.12 0.44 0.55
Hex BF 82 59 0 20 35 19 18 2C 37
Octal 277 202 131 0 40 65 31 30 54 67
Binary 10111111 10000010 1011001 0 100000 110101 11001 11000 101100 110111

Color Harmonies of #BF8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8259

Black with #BF8259

Text Example


Text Example

White with #BF8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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