Html Css Color HEX #BF8557 Twine

📋 copy color: '#BF8557'

red 191 ◦ green 133 ◦ blue 87

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

Shades of Twine #BF8557

Tints of Twine #BF8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 46.47%
G = 32.36%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF8557 (or 0xBF8557) is known color: Twine. HEX triplet: BF, 85 and 57. RGB value is (191,133,87). Sum of RGB (Red+Green+Blue) = 191+133+87=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8557 is #407AA8. Grayscale: #919191. Windows color (decimal): -4225705 or 5735871. OLE color: 5735871.

HSL color Cylindrical-coordinate representation of color #BF8557: hue angle of 26.54º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF8557 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 87 -
CMYK 0 0.30 0.54 0.25
HSL 26.54º 0.45% 0.55% -
HSV(B) 26.54º 0.54% 0.75% -
XYZ 31.59 28.54 12.86 -
YUV 145.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 191 133 87 0 0.30 0.54 0.25 26.54 0.45 0.55
Hex BF 85 57 0 1E 36 19 1B 2D 37
Octal 277 205 127 0 36 66 31 33 55 67
Binary 10111111 10000101 1010111 0 11110 110110 11001 11011 101101 110111

Color Harmonies of #BF8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8557

Black with #BF8557

Text Example


Text Example

White with #BF8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8557; }

 p { color: rgb(191,133,87); }

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

background-color css

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

 a { background-color: rgb(191,133,87); }

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

border-color css

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

 span { border-color: rgb(191,133,87); }

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