Html Css Color HEX #BF8355 Twine

📋 copy color: '#BF8355'

red 191 ◦ green 131 ◦ blue 85

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

Shades of Twine #BF8355

Tints of Twine #BF8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 85 (33.59% from 255) = 20.88%

R = 46.93%
G = 32.19%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF8355 (or 0xBF8355) is known color: Twine. HEX triplet: BF, 83 and 55. RGB value is (191,131,85). Sum of RGB (Red+Green+Blue) = 191+131+85=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8355 is #407CAA. Grayscale: #8F8F8F. Windows color (decimal): -4226219 or 5604287. OLE color: 5604287.

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

Color convert

RGB 191 131 85 -
CMYK 0 0.31 0.55 0.25
HSL 26.04º 0.45% 0.54% -
HSV(B) 26.04º 0.55% 0.75% -
XYZ 31.24 27.96 12.35 -
YUV 143.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 191 131 85 0 0.31 0.55 0.25 26.04 0.45 0.54
Hex BF 83 55 0 1F 37 19 1A 2D 36
Octal 277 203 125 0 37 67 31 32 55 66
Binary 10111111 10000011 1010101 0 11111 110111 11001 11010 101101 110110

Color Harmonies of #BF8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8355

Black with #BF8355

Text Example


Text Example

White with #BF8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8355; }

 p { color: rgb(191,131,85); }

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

background-color css

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

 a { background-color: rgb(191,131,85); }

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

border-color css

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

 span { border-color: rgb(191,131,85); }

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