Html Css Color HEX #BF9057 Twine

📋 copy color: '#BF9057'

red 191 ◦ green 144 ◦ blue 87

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

Shades of Twine #BF9057

Tints of Twine #BF9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 45.26%
G = 34.12%
B = 20.62%

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

#BF9057 (or 0xBF9057) is known color: Twine. HEX triplet: BF, 90 and 57. RGB value is (191,144,87). Sum of RGB (Red+Green+Blue) = 191+144+87=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9057 is #406FA8. Grayscale: #979797. Windows color (decimal): -4222889 or 5738687. OLE color: 5738687.

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

Color convert

RGB 191 144 87 -
CMYK 0 0.25 0.54 0.25
HSL 32.88º 0.45% 0.55% -
HSV(B) 32.88º 0.54% 0.75% -
XYZ 33.18 31.71 13.39 -
YUV 151.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 191 144 87 0 0.25 0.54 0.25 32.88 0.45 0.55
Hex BF 90 57 0 19 36 19 21 2D 37
Octal 277 220 127 0 31 66 31 41 55 67
Binary 10111111 10010000 1010111 0 11001 110110 11001 100001 101101 110111

Color Harmonies of #BF9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9057

Black with #BF9057

Text Example


Text Example

White with #BF9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9057; }

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

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

background-color css

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

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

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

border-color css

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

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

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