Html Css Color HEX #BF8850 Twine

📋 copy color: '#BF8850'

red 191 ◦ green 136 ◦ blue 80

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

Shades of Twine #BF8850

Tints of Twine #BF8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 46.93%
G = 33.42%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF8850 (or 0xBF8850) is known color: Twine. HEX triplet: BF, 88 and 50. RGB value is (191,136,80). Sum of RGB (Red+Green+Blue) = 191+136+80=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8850 is #4077AF. Grayscale: #929292. Windows color (decimal): -4224944 or 5277887. OLE color: 5277887.

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

Color convert

RGB 191 136 80 -
CMYK 0 0.29 0.58 0.25
HSL 30.27º 0.46% 0.53% -
HSV(B) 30.27º 0.58% 0.75% -
XYZ 31.74 29.26 11.57 -
YUV 146.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 191 136 80 0 0.29 0.58 0.25 30.27 0.46 0.53
Hex BF 88 50 0 1D 3A 19 1E 2E 35
Octal 277 210 120 0 35 72 31 36 56 65
Binary 10111111 10001000 1010000 0 11101 111010 11001 11110 101110 110101

Color Harmonies of #BF8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8850

Black with #BF8850

Text Example


Text Example

White with #BF8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8850; }

 p { color: rgb(191,136,80); }

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

background-color css

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

 a { background-color: rgb(191,136,80); }

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

border-color css

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

 span { border-color: rgb(191,136,80); }

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