Html Css Color HEX #BF895F Twine

📋 copy color: '#BF895F'

red 191 ◦ green 137 ◦ blue 95

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

Shades of Twine #BF895F

Tints of Twine #BF895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

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

R = 45.15%
G = 32.39%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF895F (or 0xBF895F) is known color: Twine. HEX triplet: BF, 89 and 5F. RGB value is (191,137,95). Sum of RGB (Red+Green+Blue) = 191+137+95=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF895F is #4076A0. Grayscale: #949494. Windows color (decimal): -4224673 or 6261183. OLE color: 6261183.

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

Color convert

RGB 191 137 95 -
CMYK 0 0.28 0.50 0.25
HSL 26.25º 0.43% 0.56% -
HSV(B) 26.25º 0.5% 0.75% -
XYZ 32.5 29.79 14.86 -
YUV 148.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 191 137 95 0 0.28 0.50 0.25 26.25 0.43 0.56
Hex BF 89 5F 0 1C 32 19 1A 2B 38
Octal 277 211 137 0 34 62 31 32 53 70
Binary 10111111 10001001 1011111 0 11100 110010 11001 11010 101011 111000

Color Harmonies of #BF895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF895F

Black with #BF895F

Text Example


Text Example

White with #BF895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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