#BE915B

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

Shades of Twine #BE915B

Tints of Twine #BE915B

Color information

#BE915B (or 0xBE915B) is unknown color: approx Twine. HEX triplet: BE, 91 and 5B. RGB value is (190,145,91). Sum of RGB (Red+Green+Blue) = 190+145+91=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915B is #416EA4. Grayscale: #989898. Windows color (decimal): -4288165 or 6001086. OLE color: 6001086.

HSL color Cylindrical-coordinate representation of color #BE915B: hue angle of 32.73º degrees, saturation: 0.43, 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 #BE915B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19014591-
CMYK00.240.520.25
HSL32.73º43.23%55.1%-
HSV(B)32.73º52.11%74.51%-
XYZ33.2531.9514.31-
YUV152.393.41154.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=44.60%
G=34.04%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901459100.240.520.2532.7343.2355.1
HexBE915B0183419212b37
Octal2762211330306431415367
Binary1011111010010001101101101100011010011001100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE915B; }

 p { color: rgb(190,145,91); }

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

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

 a { background-color: rgb(190,145,91); }

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

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

 span { border-color: rgb(190,145,91); }

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