#BF905E

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

Shades of Twine #BF905E

Tints of Twine #BF905E

Color information

#BF905E (or 0xBF905E) is unknown color: approx Twine. HEX triplet: BF, 90 and 5E. RGB value is (191,144,94). Sum of RGB (Red+Green+Blue) = 191+144+94=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF905E is #406FA1. Grayscale: #989898. Windows color (decimal): -4222882 or 6197439. OLE color: 6197439.

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

Color convert

RGB19114494-
CMYK00.250.510.25
HSL30.93º43.11%55.88%-
HSV(B)30.93º50.79%74.9%-
XYZ33.4831.8314.97-
YUV152.3595.07155.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=44.52%
G=33.57%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911449400.250.510.2530.9343.1155.88
HexBF905E01933191f2b38
Octal2772201360316331375370
Binary101111111001000010111100110011100111100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF905E; }

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

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

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

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

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

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

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

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