Html Css Color HEX #BF8F5F Twine

📋 copy color: '#BF8F5F'

red 191 ◦ green 143 ◦ blue 95

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

Shades of Twine #BF8F5F

Tints of Twine #BF8F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 44.52%
G = 33.33%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF8F5F (or 0xBF8F5F) is known color: Twine. HEX triplet: BF, 8F and 5F. RGB value is (191,143,95). Sum of RGB (Red+Green+Blue) = 191+143+95=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F5F is #4070A0. Grayscale: #989898. Windows color (decimal): -4223137 or 6262719. OLE color: 6262719.

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

Color convert

RGB 191 143 95 -
CMYK 0 0.25 0.50 0.25
HSL 30º 0.43% 0.56% -
HSV(B) 30º 0.5% 0.75% -
XYZ 33.37 31.55 15.16 -
YUV 151.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 191 143 95 0 0.25 0.50 0.25 30 0.43 0.56
Hex BF 8F 5F 0 19 32 19 1E 2B 38
Octal 277 217 137 0 31 62 31 36 53 70
Binary 10111111 10001111 1011111 0 11001 110010 11001 11110 101011 111000

Color Harmonies of #BF8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F5F

Black with #BF8F5F

Text Example


Text Example

White with #BF8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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