Html Css Color HEX #BF895E Twine

📋 copy color: '#BF895E'

red 191 ◦ green 137 ◦ blue 94

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

Shades of Twine #BF895E

Tints of Twine #BF895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 45.26%
G = 32.46%
B = 22.27%

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

#BF895E (or 0xBF895E) is known color: Twine. HEX triplet: BF, 89 and 5E. RGB value is (191,137,94). Sum of RGB (Red+Green+Blue) = 191+137+94=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF895E is #4076A1. Grayscale: #949494. Windows color (decimal): -4224674 or 6195647. OLE color: 6195647.

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

Color convert

RGB 191 137 94 -
CMYK 0 0.28 0.51 0.25
HSL 26.6º 0.43% 0.56% -
HSV(B) 26.6º 0.51% 0.75% -
XYZ 32.45 29.78 14.63 -
YUV 148.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 191 137 94 0 0.28 0.51 0.25 26.6 0.43 0.56
Hex BF 89 5E 0 1C 33 19 1B 2B 38
Octal 277 211 136 0 34 63 31 33 53 70
Binary 10111111 10001001 1011110 0 11100 110011 11001 11011 101011 111000

Color Harmonies of #BF895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF895E

Black with #BF895E

Text Example


Text Example

White with #BF895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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