Html Css Color HEX #BF8756 Twine

📋 copy color: '#BF8756'

red 191 ◦ green 135 ◦ blue 86

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

Shades of Twine #BF8756

Tints of Twine #BF8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 46.36%
G = 32.77%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF8756 (or 0xBF8756) is known color: Twine. HEX triplet: BF, 87 and 56. RGB value is (191,135,86). Sum of RGB (Red+Green+Blue) = 191+135+86=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8756 is #4078A9. Grayscale: #929292. Windows color (decimal): -4225194 or 5670847. OLE color: 5670847.

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

Color convert

RGB 191 135 86 -
CMYK 0 0.29 0.55 0.25
HSL 28º 0.45% 0.54% -
HSV(B) 28º 0.55% 0.75% -
XYZ 31.83 29.08 12.74 -
YUV 146.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 191 135 86 0 0.29 0.55 0.25 28 0.45 0.54
Hex BF 87 56 0 1D 37 19 1C 2D 36
Octal 277 207 126 0 35 67 31 34 55 66
Binary 10111111 10000111 1010110 0 11101 110111 11001 11100 101101 110110

Color Harmonies of #BF8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8756

Black with #BF8756

Text Example


Text Example

White with #BF8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8756; }

 p { color: rgb(191,135,86); }

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

background-color css

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

 a { background-color: rgb(191,135,86); }

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

border-color css

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

 span { border-color: rgb(191,135,86); }

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