Html Css Color HEX #BF8F62 Twine

📋 copy color: '#BF8F62'

red 191 ◦ green 143 ◦ blue 98

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

Shades of Twine #BF8F62

Tints of Twine #BF8F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.69%

R = 44.21%
G = 33.1%
B = 22.69%

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

#BF8F62 (or 0xBF8F62) is known color: Twine. HEX triplet: BF, 8F and 62. RGB value is (191,143,98). Sum of RGB (Red+Green+Blue) = 191+143+98=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F62 is #40709D. Grayscale: #989898. Windows color (decimal): -4223134 or 6459327. OLE color: 6459327.

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

Color convert

RGB 191 143 98 -
CMYK 0 0.25 0.49 0.25
HSL 29.03º 0.42% 0.57% -
HSV(B) 29.03º 0.49% 0.75% -
XYZ 33.51 31.6 15.89 -
YUV 152.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 191 143 98 0 0.25 0.49 0.25 29.03 0.42 0.57
Hex BF 8F 62 0 19 31 19 1D 2A 39
Octal 277 217 142 0 31 61 31 35 52 71
Binary 10111111 10001111 1100010 0 11001 110001 11001 11101 101010 111001

Color Harmonies of #BF8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F62

Black with #BF8F62

Text Example


Text Example

White with #BF8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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