Html Css Color HEX #BF895D Twine

📋 copy color: '#BF895D'

red 191 ◦ green 137 ◦ blue 93

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

Shades of Twine #BF895D

Tints of Twine #BF895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 45.37%
G = 32.54%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF895D (or 0xBF895D) is known color: Twine. HEX triplet: BF, 89 and 5D. RGB value is (191,137,93). Sum of RGB (Red+Green+Blue) = 191+137+93=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF895D is #4076A2. Grayscale: #949494. Windows color (decimal): -4224675 or 6130111. OLE color: 6130111.

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

Color convert

RGB 191 137 93 -
CMYK 0 0.28 0.51 0.25
HSL 26.94º 0.43% 0.56% -
HSV(B) 26.94º 0.51% 0.75% -
XYZ 32.41 29.76 14.39 -
YUV 148.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 191 137 93 0 0.28 0.51 0.25 26.94 0.43 0.56
Hex BF 89 5D 0 1C 33 19 1B 2B 38
Octal 277 211 135 0 34 63 31 33 53 70
Binary 10111111 10001001 1011101 0 11100 110011 11001 11011 101011 111000

Color Harmonies of #BF895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF895D

Black with #BF895D

Text Example


Text Example

White with #BF895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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