#BF975B

Color #BF975B Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BF975B

Tints of Twine #BF975B

Color information

#BF975B (or 0xBF975B) is unknown color: approx Twine. HEX triplet: BF, 97 and 5B. RGB value is (191,151,91). Sum of RGB (Red+Green+Blue) = 191+151+91=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF975B is #4068A4. Grayscale: #9C9C9C. Windows color (decimal): -4221093 or 6002623. OLE color: 6002623.

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

Color convert

RGB19115191-
CMYK00.210.520.25
HSL36º43.86%55.29%-
HSV(B)36º52.36%74.9%-
XYZ34.4433.9614.64-
YUV156.1291.25152.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=44.11%
G=34.87%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911519100.210.520.253643.8655.29
HexBF975B0153419242c37
Octal2772271330256431445467
Binary1011111110010111101101101010111010011001100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF975B; }

 p { color: rgb(191,151,91); }

 H1.HeaderClassName
 {
   color: #BF975B;
 }
 .AnyTagClassName
 {
   color: #BF975B;
 }
</style>
background-color css

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

 a { background-color: rgb(191,151,91); }

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

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

 span { border-color: rgb(191,151,91); }

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