Html Css Color HEX #BF9059 Twine

📋 copy color: '#BF9059'

red 191 ◦ green 144 ◦ blue 89

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

Shades of Twine #BF9059

Tints of Twine #BF9059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 45.05%
G = 33.96%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF9059 (or 0xBF9059) is known color: Twine. HEX triplet: BF, 90 and 59. RGB value is (191,144,89). Sum of RGB (Red+Green+Blue) = 191+144+89=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9059 is #406FA6. Grayscale: #989898. Windows color (decimal): -4222887 or 5869759. OLE color: 5869759.

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

Color convert

RGB 191 144 89 -
CMYK 0 0.25 0.53 0.25
HSL 32.35º 0.44% 0.55% -
HSV(B) 32.35º 0.53% 0.75% -
XYZ 33.26 31.74 13.83 -
YUV 151.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 191 144 89 0 0.25 0.53 0.25 32.35 0.44 0.55
Hex BF 90 59 0 19 35 19 20 2C 37
Octal 277 220 131 0 31 65 31 40 54 67
Binary 10111111 10010000 1011001 0 11001 110101 11001 100000 101100 110111

Color Harmonies of #BF9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9059

Black with #BF9059

Text Example


Text Example

White with #BF9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9059; }

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

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

background-color css

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

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

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

border-color css

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

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

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