Html Css Color HEX #BF8655 Twine

📋 copy color: '#BF8655'

red 191 ◦ green 134 ◦ blue 85

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

Shades of Twine #BF8655

Tints of Twine #BF8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

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

R = 46.59%
G = 32.68%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF8655 (or 0xBF8655) is known color: Twine. HEX triplet: BF, 86 and 55. RGB value is (191,134,85). Sum of RGB (Red+Green+Blue) = 191+134+85=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8655 is #4079AA. Grayscale: #919191. Windows color (decimal): -4225451 or 5605055. OLE color: 5605055.

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

Color convert

RGB 191 134 85 -
CMYK 0 0.30 0.55 0.25
HSL 27.74º 0.45% 0.54% -
HSV(B) 27.74º 0.55% 0.75% -
XYZ 31.65 28.78 12.48 -
YUV 145.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 191 134 85 0 0.30 0.55 0.25 27.74 0.45 0.54
Hex BF 86 55 0 1E 37 19 1C 2D 36
Octal 277 206 125 0 36 67 31 34 55 66
Binary 10111111 10000110 1010101 0 11110 110111 11001 11100 101101 110110

Color Harmonies of #BF8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8655

Black with #BF8655

Text Example


Text Example

White with #BF8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8655; }

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

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

background-color css

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

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

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

border-color css

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

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

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