Html Css Color HEX #BF8F61 Twine

📋 copy color: '#BF8F61'

red 191 ◦ green 143 ◦ blue 97

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

Shades of Twine #BF8F61

Tints of Twine #BF8F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 44.32%
G = 33.18%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF8F61 (or 0xBF8F61) is known color: Twine. HEX triplet: BF, 8F and 61. RGB value is (191,143,97). Sum of RGB (Red+Green+Blue) = 191+143+97=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F61 is #40709E. Grayscale: #989898. Windows color (decimal): -4223135 or 6393791. OLE color: 6393791.

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

Color convert

RGB 191 143 97 -
CMYK 0 0.25 0.49 0.25
HSL 29.36º 0.42% 0.56% -
HSV(B) 29.36º 0.49% 0.75% -
XYZ 33.47 31.58 15.64 -
YUV 152.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 191 143 97 0 0.25 0.49 0.25 29.36 0.42 0.56
Hex BF 8F 61 0 19 31 19 1D 2A 38
Octal 277 217 141 0 31 61 31 35 52 70
Binary 10111111 10001111 1100001 0 11001 110001 11001 11101 101010 111000

Color Harmonies of #BF8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F61

Black with #BF8F61

Text Example


Text Example

White with #BF8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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