Html Css Color HEX #BF8F57 Twine

📋 copy color: '#BF8F57'

red 191 ◦ green 143 ◦ blue 87

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

Shades of Twine #BF8F57

Tints of Twine #BF8F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 45.37%
G = 33.97%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF8F57 (or 0xBF8F57) is known color: Twine. HEX triplet: BF, 8F and 57. RGB value is (191,143,87). Sum of RGB (Red+Green+Blue) = 191+143+87=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F57 is #4070A8. Grayscale: #979797. Windows color (decimal): -4223145 or 5738431. OLE color: 5738431.

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

Color convert

RGB 191 143 87 -
CMYK 0 0.25 0.54 0.25
HSL 32.31º 0.45% 0.55% -
HSV(B) 32.31º 0.54% 0.75% -
XYZ 33.03 31.41 13.34 -
YUV 150.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 191 143 87 0 0.25 0.54 0.25 32.31 0.45 0.55
Hex BF 8F 57 0 19 36 19 20 2D 37
Octal 277 217 127 0 31 66 31 40 55 67
Binary 10111111 10001111 1010111 0 11001 110110 11001 100000 101101 110111

Color Harmonies of #BF8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F57

Black with #BF8F57

Text Example


Text Example

White with #BF8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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