Html Css Color HEX #BF8554 Twine

📋 copy color: '#BF8554'

red 191 ◦ green 133 ◦ blue 84

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

Shades of Twine #BF8554

Tints of Twine #BF8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 46.81%
G = 32.6%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF8554 (or 0xBF8554) is known color: Twine. HEX triplet: BF, 85 and 54. RGB value is (191,133,84). Sum of RGB (Red+Green+Blue) = 191+133+84=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8554 is #407AAB. Grayscale: #919191. Windows color (decimal): -4225708 or 5539263. OLE color: 5539263.

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

Color convert

RGB 191 133 84 -
CMYK 0 0.30 0.56 0.25
HSL 27.48º 0.46% 0.54% -
HSV(B) 27.48º 0.56% 0.75% -
XYZ 31.47 28.49 12.23 -
YUV 144.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 191 133 84 0 0.30 0.56 0.25 27.48 0.46 0.54
Hex BF 85 54 0 1E 38 19 1B 2E 36
Octal 277 205 124 0 36 70 31 33 56 66
Binary 10111111 10000101 1010100 0 11110 111000 11001 11011 101110 110110

Color Harmonies of #BF8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8554

Black with #BF8554

Text Example


Text Example

White with #BF8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8554; }

 p { color: rgb(191,133,84); }

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

background-color css

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

 a { background-color: rgb(191,133,84); }

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

border-color css

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

 span { border-color: rgb(191,133,84); }

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