#BF925D

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

Shades of Twine #BF925D

Tints of Twine #BF925D

Color information

#BF925D (or 0xBF925D) is unknown color: approx Twine. HEX triplet: BF, 92 and 5D. RGB value is (191,146,93). Sum of RGB (Red+Green+Blue) = 191+146+93=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF925D is #406DA2. Grayscale: #999999. Windows color (decimal): -4222371 or 6132415. OLE color: 6132415.

HSL color Cylindrical-coordinate representation of color #BF925D: hue angle of 32.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF925D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19114693-
CMYK00.240.510.25
HSL32.45º43.36%55.69%-
HSV(B)32.45º51.31%74.9%-
XYZ33.7432.4214.84-
YUV153.4193.91154.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=44.42%
G=33.95%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911469300.240.510.2532.4543.3655.69
HexBF925D0183319202b38
Octal2772221350306331405370
Binary1011111110010010101110101100011001111001100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF925D; }

 p { color: rgb(191,146,93); }

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

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

 a { background-color: rgb(191,146,93); }

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

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

 span { border-color: rgb(191,146,93); }

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