Html Css Color HEX #BF8951 Twine

📋 copy color: '#BF8951'

red 191 ◦ green 137 ◦ blue 81

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

Shades of Twine #BF8951

Tints of Twine #BF8951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 46.7%
G = 33.5%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF8951 (or 0xBF8951) is known color: Twine. HEX triplet: BF, 89 and 51. RGB value is (191,137,81). Sum of RGB (Red+Green+Blue) = 191+137+81=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8951 is #4076AE. Grayscale: #939393. Windows color (decimal): -4224687 or 5343679. OLE color: 5343679.

HSL color Cylindrical-coordinate representation of color #BF8951: hue angle of 30.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF8951 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 81 -
CMYK 0 0.28 0.58 0.25
HSL 30.55º 0.46% 0.53% -
HSV(B) 30.55º 0.58% 0.75% -
XYZ 31.92 29.56 11.81 -
YUV 146.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 191 137 81 0 0.28 0.58 0.25 30.55 0.46 0.53
Hex BF 89 51 0 1C 3A 19 1F 2E 35
Octal 277 211 121 0 34 72 31 37 56 65
Binary 10111111 10001001 1010001 0 11100 111010 11001 11111 101110 110101

Color Harmonies of #BF8951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8951

Black with #BF8951

Text Example


Text Example

White with #BF8951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8951; }

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

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

background-color css

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

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

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

border-color css

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

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

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