Html Css Color HEX #BF8F56 Twine

📋 copy color: '#BF8F56'

red 191 ◦ green 143 ◦ blue 86

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

Shades of Twine #BF8F56

Tints of Twine #BF8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 45.48%
G = 34.05%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF8F56 (or 0xBF8F56) is known color: Twine. HEX triplet: BF, 8F and 56. RGB value is (191,143,86). Sum of RGB (Red+Green+Blue) = 191+143+86=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F56 is #4070A9. Grayscale: #979797. Windows color (decimal): -4223146 or 5672895. OLE color: 5672895.

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

Color convert

RGB 191 143 86 -
CMYK 0 0.25 0.55 0.25
HSL 32.57º 0.45% 0.54% -
HSV(B) 32.57º 0.55% 0.75% -
XYZ 32.99 31.39 13.12 -
YUV 150.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 191 143 86 0 0.25 0.55 0.25 32.57 0.45 0.54
Hex BF 8F 56 0 19 37 19 21 2D 36
Octal 277 217 126 0 31 67 31 41 55 66
Binary 10111111 10001111 1010110 0 11001 110111 11001 100001 101101 110110

Color Harmonies of #BF8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F56

Black with #BF8F56

Text Example


Text Example

White with #BF8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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